* sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.

This commit is contained in:
Ulrich Drepper 2005-05-23 16:10:56 +00:00
parent 2f4db0dfc8
commit 60839ab952
2 changed files with 5 additions and 1 deletions

View File

@ -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>.

View 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;