blob: c18fce4c188a6a7d1efd0f1b7ae02bcb3b52fe3f [file] [log] [blame]
@node execv
@section @code{execv}
@findex execv
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/execv.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On some platforms, a script without executable permission is still run:
Cygwin 1.5.x.
@item
On Windows platforms (excluding Cygwin), this function operates by spawning
and then by exiting the current process, which means the current
process's parent may incorrectly proceed as if its child had exited.
@end itemize