mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(__NR_semtimedop): Define if not defined.
This commit is contained in:
@@ -46,6 +46,13 @@
|
||||
# define __NR_pwrite __NR_pwrite64
|
||||
#endif
|
||||
|
||||
/* This is to help the old kernel headers where __NR_semtimedop is not
|
||||
available. */
|
||||
#ifndef __NR_semtimedop
|
||||
# define __NR_semtimedop 220
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
|
||||
/* Linux uses a negative return value to indicate syscall errors,
|
||||
|
||||
Reference in New Issue
Block a user