mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00: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:
parent
ed9ce57e3c
commit
2982d0c18f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user