mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibC: Oops, forgot to commit sigsuspend() prototype.
This commit is contained in:
parent
3c7b46a85a
commit
e383bc6fd8
Notes:
sideshowbarker
2024-07-19 13:59:50 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e383bc6fd8a
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ int sigdelset(sigset_t*, int sig);
|
|||
int sigismember(const sigset_t*, int sig);
|
||||
int sigprocmask(int how, const sigset_t* set, sigset_t* old_set);
|
||||
int sigpending(sigset_t*);
|
||||
int sigsuspend(const sigset_t*);
|
||||
int raise(int sig);
|
||||
|
||||
extern const char* sys_siglist[NSIG];
|
||||
|
|
Loading…
Reference in a new issue