projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sat May 4 02:11:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
stub
/
nanosleep.c
diff --git
a/sysdeps/stub/nanosleep.c
b/sysdeps/stub/nanosleep.c
index
7728bf2
..
97cdd50
100644
(file)
--- a/
sysdeps/stub/nanosleep.c
+++ b/
sysdeps/stub/nanosleep.c
@@
-22,7
+22,7
@@
Boston, MA 02111-1307, USA. */
/* Pause execution for a number of nanoseconds. */
int
-nanosleep (const struct timespec *requested_time, struct time
_
spec *remaining)
+nanosleep (const struct timespec *requested_time, struct timespec *remaining)
{
errno = ENOSYS;
return -1;