mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS): Defined. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
This commit is contained in:
@ -122,4 +122,7 @@
|
||||
/* We support the Timeouts option. */
|
||||
#define _POSIX_TIMEOUTS 200912L
|
||||
|
||||
/* We support spinlocks. */
|
||||
#define _POSIX_SPIN_LOCKS 200912L
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@ -131,4 +131,7 @@
|
||||
/* We support the Timeouts option. */
|
||||
#define _POSIX_TIMEOUTS 200912L
|
||||
|
||||
/* We support spinlocks. */
|
||||
#define _POSIX_SPIN_LOCKS 200912L
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
Reference in New Issue
Block a user