mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +00:00
(__NR_semtimedop): Define if not defined.
This commit is contained in:
parent
c6696b7957
commit
0fe8d5e6af
@ -46,6 +46,13 @@
|
|||||||
# define __NR_pwrite __NR_pwrite64
|
# define __NR_pwrite __NR_pwrite64
|
||||||
#endif
|
#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__
|
#ifdef __ASSEMBLER__
|
||||||
|
|
||||||
/* Linux uses a negative return value to indicate syscall errors,
|
/* Linux uses a negative return value to indicate syscall errors,
|
||||||
|
Loading…
Reference in New Issue
Block a user