[PATCH 22/26] ia64: Do not define __NR_semtimedop in <sysdep.h>
Florian Weimer
fweimer@redhat.com
Sun Feb 9 20:21:00 GMT 2020
The definition is always available from the built-in system call table.
---
sysdeps/unix/sysv/linux/ia64/sysdep.h | 6 ------
1 file changed, 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))
--
2.24.1
More information about the Libc-alpha
mailing list