aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-05-10 15:02:10 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-05-11 05:06:23 +1200
commit1cf69258ad61c546bd4145b45f1e77b8510cd876 (patch)
treef1b9b66b4a0ee55ed4ed372b7328298a86fb84b8
parente43e45b47790bf597f62b0032d90ec0740e21c6d (diff)
downloadman-pages-1cf69258ad61c546bd4145b45f1e77b8510cd876.tar.gz
execveat.2: Remove unused include
This complements commit e3eba861bd966911b38b7ebc572f0c092ca7bdee. Since we don't need syscall(2) anymore, we don't need SYS_* definitions. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/execveat.21
1 files changed, 0 insertions, 1 deletions
diff --git a/man2/execveat.2 b/man2/execveat.2
index 11ae04a9f2..495617b090 100644
--- a/man2/execveat.2
+++ b/man2/execveat.2
@@ -29,7 +29,6 @@ execveat \- execute program relative to a directory file descriptor
.SH SYNOPSIS
.nf
.BR "#include <linux/fcntl.h>" " /* Definition of " AT_* " constants */"
-.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.PP
.BI "int execveat(int " dirfd ", const char *" pathname ,