projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b677f
)
Sat May 4 02:11:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
roland
<roland>
Sat, 4 May 1996 09:26:07 +0000
(09:26 +0000)
committer
roland
<roland>
Sat, 4 May 1996 09:26:07 +0000
(09:26 +0000)
* sysdeps/stub/nanosleep.c (nanosleep): Fix typo.
sysdeps/stub/nanosleep.c
patch
|
blob
|
history
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;