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.
This commit is contained in:
Eric Blake
2009-09-26 21:01:10 +00:00
parent b14f894fd1
commit 15e9ecd14a
5 changed files with 31 additions and 3 deletions

View File

@ -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