exec.3: Note that SPARCC provides an execv() system call

Reported-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-25 12:52:33 +01:00
parent 92a76772c6
commit 46aa14ee8e
1 changed files with 7 additions and 0 deletions

View File

@ -277,6 +277,13 @@ internally and were consequently not async-signal-safe,
in violation of the requirements of POSIX.1.
.\" https://sourceware.org/bugzilla/show_bug.cgi?id=19534
This was fixed in glibc 2.24.
.\"
.SS Architecture-specific details
On sparc/sparc64,
.BR execv ()
is provided as a system call by the kernel
(with the prototype shown above)
for compatibility with SunOS.
.SH SEE ALSO
.BR sh (1),
.BR execve (2),