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@xxxxxxxxx> --- man2/execveat.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/execveat.2 b/man2/execveat.2 index 11ae04a9f..495617b09 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 , -- 2.31.1