mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Change usleep return type from void to int to match OpenGroup specs.
This commit is contained in:
parent
9a9098177b
commit
c692d76dae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30647
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user