Skip to content

Commit

Permalink
* sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 23, 2005
1 parent 2f4db0d commit 60839ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/clock_gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 60839ab

Please sign in to comment.