Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2009-09-27 01:01:10 +0400
committerEric Blake <eblake@redhat.com>2009-09-27 01:01:10 +0400
commit15e9ecd14ad43013294092d1b6118d9ad0fe9f4c (patch)
treebd0ea71008834ae0ac4a92dcc658b205e40b049b /winsup/cygwin/cygwin.din
parentb14f894fd157fd65f9abd223832d2feed05e2aca (diff)
Add fexecve, execvpe.
* exec.cc (fexecve): New function. * cygwin.din (execvpe, fexecve): Export new fexecve and existing execvpe. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * posix.sgml: Mention them.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index bee9cd1c1..a10d18ca0 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -356,6 +356,7 @@ execve SIGFE
_execve = execve SIGFE
execvp SIGFE
_execvp = execvp SIGFE
+execvpe SIGFE
exit = cygwin_exit SIGFE
_exit SIGFE
exp NOSIGFE
@@ -454,6 +455,7 @@ feof SIGFE
_feof = feof SIGFE
ferror SIGFE
_ferror = ferror SIGFE
+fexecve SIGFE
fflush SIGFE
_fflush = fflush SIGFE
ffs NOSIGFE