mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
Update.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove _POSIX_MONOTONIC_CLOCK.
This commit is contained in:
parent
7c3dac5302
commit
b0557314bc
@ -1,5 +1,8 @@
|
||||
2000-09-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
|
||||
_POSIX_MONOTONIC_CLOCK.
|
||||
|
||||
* spinlock.h (__pthread_set_own_extricate_if): Add back locking
|
||||
and explain why.
|
||||
|
||||
|
@ -116,9 +116,6 @@
|
||||
/* We support the clock also in threads. */
|
||||
#define _POSIX_THREAD_CPUTIME 200912L
|
||||
|
||||
/* Monotonic clock is supported. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 200912L
|
||||
|
||||
/* GNU libc provides regular expression handling. */
|
||||
#define _POSIX_REGEXP 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user