diff options
author | 2003-05-17 17:55:27 +0000 | |
---|---|---|
committer | 2003-05-17 17:55:27 +0000 | |
commit | 2384fe204b6de4a45402b48af89b2f01bdb08e73 (patch) | |
tree | 72f6fbdccef882ec322d10aff1ff1482b949c0f5 /rt | |
parent | Update. (diff) | |
download | glibc-2384fe204b6de4a45402b48af89b2f01bdb08e73.tar.xz glibc-2384fe204b6de4a45402b48af89b2f01bdb08e73.zip |
Update.
* sysdeps/unix/sysv/linux/x86_64/syscall.S: Revert last patch.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/tst-clock_nanosleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/tst-clock_nanosleep.c b/rt/tst-clock_nanosleep.c index 005f00ef96..98a8b5f57c 100644 --- a/rt/tst-clock_nanosleep.c +++ b/rt/tst-clock_nanosleep.c @@ -20,6 +20,7 @@ #include <stdio.h> #include <unistd.h> #include <sys/time.h> +#include <time.h> /* Test that clock_nanosleep() does sleep. */ |