1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* 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

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