about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-27 00:14:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-27 00:14:27 +0000
commit75dbc100bf903f908c4e5e90783307cf445b19db (patch)
treec92289288e27adeeb6fb0a7d728e2c42db5c82a7 /sysdeps/unix
parentb0557314bc23ed0020cc673cabd540518ab3ed16 (diff)
downloadglibc-75dbc100bf903f908c4e5e90783307cf445b19db.tar.gz
glibc-75dbc100bf903f908c4e5e90783307cf445b19db.tar.xz
glibc-75dbc100bf903f908c4e5e90783307cf445b19db.zip
Update.
2000-09-26  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/bits/time.h: Remove CLOCK_MONOTONIC.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bits/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bits/time.h b/sysdeps/unix/sysv/linux/i386/bits/time.h
index 9a978b934c..9bda724794 100644
--- a/sysdeps/unix/sysv/linux/i386/bits/time.h
+++ b/sysdeps/unix/sysv/linux/i386/bits/time.h
@@ -42,8 +42,6 @@
 #  ifdef __USE_POSIX199309
 /* Identifier for system-wide realtime clock.  */
 #   define CLOCK_REALTIME		0
-/* Monotonic clock.  */
-#   define CLOCK_MONOTONIC		1
 /* High-resolution timer from the CPU.  */
 #   define CLOCK_PROCESS_CPUTIME_ID	2
 /* Thread-specific CPU-time clock.  */