]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 26 Sep 2000 23:24:07 +0000 (23:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 26 Sep 2000 23:24:07 +0000 (23:24 +0000)
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
_POSIX_MONOTONIC_CLOCK.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h

index 0fb15c5134f60a0135fd47a3751b372e4ebad7eb..daa6f069511b194e5d006be12a7c89519eb61a48 100644 (file)
@@ -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.
 
index 489e152e88e9cab9028cfe318e0b8303c233942a..6446731e26bb33c431a4767024ca7e0fa8256b2f 100644 (file)
 /* 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
 
This page took 0.048047 seconds and 5 git commands to generate.