mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
ia64: Do not define __NR_semtimedop in <sysdep.h>
The definition is always available from the built-in system call table. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -46,12 +46,6 @@
|
|||||||
#undef SYS_ify
|
#undef SYS_ify
|
||||||
#define SYS_ify(syscall_name) __NR_##syscall_name
|
#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 \
|
#if defined USE_DL_SYSINFO \
|
||||||
&& (IS_IN (libc) \
|
&& (IS_IN (libc) \
|
||||||
|| IS_IN (libpthread) || IS_IN (librt))
|
|| IS_IN (libpthread) || IS_IN (librt))
|
||||||
|
Reference in New Issue
Block a user