mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
Change usleep return type from void to int to match OpenGroup specs.
This commit is contained in:
parent
9a9098177b
commit
c692d76dae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue