about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-09 16:43:14 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-09 17:39:40 +0100
commitc93a787fa375a3cdbbbe2468b51811ed861158c3 (patch)
tree4d20ed53af07193351f7e6c92f300359ae230bc0
parent81d33619b5b5e9e6e62700968393407b5a5aa347 (diff)
downloadglibc-c93a787fa375a3cdbbbe2468b51811ed861158c3.tar.gz
glibc-c93a787fa375a3cdbbbe2468b51811ed861158c3.tar.xz
glibc-c93a787fa375a3cdbbbe2468b51811ed861158c3.zip
ia64: Do not define __NR_semtimedop in <sysdep.h>
The definition is always available from the built-in system call table.
-rw-r--r--sysdeps/unix/sysv/linux/ia64/sysdep.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h
index 59442c50e9..fec8ea9d4b 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))