mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
Fix prototype of sleep() and move it to unistd.h
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern unsigned int sleep ( unsigned int seconds );
|
||||
extern int execv ( const char *command, char * const argv[] );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user