fexecve.3: ENOSYS occurs only if the kernel provides no execveat() syscall

Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-13 14:08:59 +02:00
parent 17ea6db2d6
commit 56b242b1b6
1 changed files with 3 additions and 1 deletions

View File

@ -87,7 +87,9 @@ is NULL, or
is NULL.
.TP
.B ENOSYS
The
The kernel does not provide the
.BR execveat (2)
system call, and the
.I /proc
filesystem could not be accessed.
.SH VERSIONS