From b0557314bc23ed0020cc673cabd540518ab3ed16 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Sep 2000 23:24:07 +0000 Subject: Update. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove _POSIX_MONOTONIC_CLOCK. --- linuxthreads/ChangeLog | 3 +++ linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0fb15c5134..daa6f06951 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-09-26 Ulrich Drepper + * 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. diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index 489e152e88..6446731e26 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -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 -- cgit 1.4.1