]> sourceware.org Git - glibc.git/commitdiff
ia64: Do not define __NR_semtimedop in <sysdep.h>
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:50:35 +0000 (12:50 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:50:35 +0000 (12:50 +0100)
The definition is always available from the built-in system call table.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/ia64/sysdep.h

index ed279afdfdd8cf7c8afc4cb317c55643409c940c..03ed52552e0010d2c9fc2f8a869633a51ad224a2 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))
This page took 0.047281 seconds and 5 git commands to generate.