summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-22 10:57:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-22 10:57:54 +0000
commitc692d76daefbb11d8fc3c839e81193985dfd2a3f (patch)
tree54014416cde4cf822d6071c9c9bcab90ca496f9e
parent9a9098177b3fe7d0df13181222da7db246113961 (diff)
Notes
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a9bb8a0e3d26..1d0de4696322 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -188,7 +188,7 @@ int ttyslot __P((void));
unsigned int ualarm __P((unsigned int, unsigned int));
int undelete __P((const char *));
int unwhiteout __P((const char *));
-void usleep __P((unsigned int));
+int usleep __P((unsigned int));
void *valloc __P((size_t)); /* obsoleted by malloc() */
pid_t vfork __P((void));