Change usleep return type from void to int to match OpenGroup specs.

This commit is contained in:
Andrey A. Chernov 1997-10-22 10:57:54 +00:00
parent 9a9098177b
commit c692d76dae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30647

View File

@ -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));