From: Florian Weimer Date: Sun, 9 Feb 2020 15:43:44 +0000 (+0100) Subject: x86_64: Do not define __NR_semtimedop in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7f3fe7f8b42acb6dd6b9b1610a0cb21226021a;p=thirdparty%2Fglibc.git x86_64: Do not define __NR_semtimedop in The definition is always available from the built-in system call table. --- diff --git a/sysdeps/unix/sysv/linux/x86_64/sysdep.h b/sysdeps/unix/sysv/linux/x86_64/sysdep.h index c2eb37e5753..b8aa1a2b2fe 100644 --- a/sysdeps/unix/sysv/linux/x86_64/sysdep.h +++ b/sysdeps/unix/sysv/linux/x86_64/sysdep.h @@ -33,13 +33,6 @@ #undef SYS_ify #define SYS_ify(syscall_name) __NR_##syscall_name -/* This is to help the old kernel headers where __NR_semtimedop is not - available. */ -#ifndef __NR_semtimedop -# define __NR_semtimedop 220 -#endif - - #ifdef __ASSEMBLER__ /* Linux uses a negative return value to indicate syscall errors,