* sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
authorUlrich Drepper <drepper@redhat.com>
Mon, 23 May 2005 16:10:56 +0000 (16:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 23 May 2005 16:10:56 +0000 (16:10 +0000)
ChangeLog
sysdeps/unix/clock_gettime.c

index a522ca7..5197818 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
+
 2005-05-22  Andreas Schwab  <schwab@suse.de>
 
        * elf/rtld.c: Include <dl-osinfo.h>.
index c8cef55..3a1717d 100644 (file)
@@ -100,7 +100,7 @@ clock_gettime (clockid_t clock_id, struct timespec *tp)
       SYSDEP_GETTIME;
 #endif
 
-#ifdef HANDLED_REALTIME
+#ifndef HANDLED_REALTIME
     case CLOCK_REALTIME:
       HANDLE_REALTIME;
       break;