]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ia64: Do not define __NR_semtimedop in <sysdep.h>
authorFlorian Weimer <fweimer@redhat.com>
Sun, 9 Feb 2020 15:43:14 +0000 (16:43 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sun, 9 Feb 2020 16:39:40 +0000 (17:39 +0100)
The definition is always available from the built-in system call table.

sysdeps/unix/sysv/linux/ia64/sysdep.h

index 59442c50e97622626defa3b6daccd62a94978eda..fec8ea9d4bdb5acc9ce85ff76315502d052b9cb1 100644 (file)
 #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))