summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-22 10:57:54 +0000
committerache <ache@FreeBSD.org>1997-10-22 10:57:54 +0000
commitd25f1a7e1f90e55ebdfd07a4939667dcfd30350b (patch)
treeda941869294c569f4af6b900ef93c9048ff26b2d /include
parent6591ace30df695776afa477387833fabdc74ac40 (diff)
downloadFreeBSD-src-d25f1a7e1f90e55ebdfd07a4939667dcfd30350b.zip
FreeBSD-src-d25f1a7e1f90e55ebdfd07a4939667dcfd30350b.tar.gz
Change usleep return type from void to int to match OpenGroup specs.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a9bb8a0..1d0de46 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));
OpenPOWER on IntegriCloud