libc: define alarm in unistd.h
This commit is contained in:
parent
78639c5316
commit
d022d17e2d
@ -87,4 +87,6 @@ extern pid_t setsid(void);
|
||||
extern int setpgid(pid_t, pid_t);
|
||||
extern pid_t getpgid(pid_t);
|
||||
|
||||
extern unsigned int alarm(unsigned int seconds);
|
||||
|
||||
_End_C_Header
|
||||
|
Loading…
Reference in New Issue
Block a user