mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 20:53:39 +08:00
* sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
This commit is contained in:
parent
2f4db0dfc8
commit
60839ab952
@ -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>.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user