From: Florian Weimer Date: Sun, 9 Feb 2020 15:43:14 +0000 (+0100) Subject: ia64: Do not define __NR_semtimedop in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93a787fa375a3cdbbbe2468b51811ed861158c3;p=thirdparty%2Fglibc.git ia64: 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/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h index 59442c50e97..fec8ea9d4bd 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.h +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.h @@ -46,12 +46,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 1247 -#endif - #if defined USE_DL_SYSINFO \ && (IS_IN (libc) \ || IS_IN (libpthread) || IS_IN (librt))