From 75dbc100bf903f908c4e5e90783307cf445b19db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Sep 2000 00:14:27 +0000 Subject: Update. 2000-09-26 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/bits/time.h: Remove CLOCK_MONOTONIC. --- sysdeps/unix/sysv/linux/i386/bits/time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux') 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. */ -- cgit v1.2.3