mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
LibC: Declare pthread_sigmask() in signal.h.
That's where it's supposed to be declared.
This commit is contained in:
parent
0799835e15
commit
d81ac80aba
Notes:
sideshowbarker
2024-07-19 05:37:52 +09:00
Author: https://github.com/nico
Commit: d81ac80aba
Pull-request: https://github.com/SerenityOS/serenity/pull/2560
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ struct sigaction {
|
|||
int kill(pid_t, int sig);
|
||||
int killpg(int pgrp, int sig);
|
||||
sighandler_t signal(int sig, sighandler_t);
|
||||
int pthread_sigmask(int how, const sigset_t *set, sigset_t *ol_dset);
|
||||
int sigaction(int sig, const struct sigaction* act, struct sigaction* old_act);
|
||||
int sigemptyset(sigset_t*);
|
||||
int sigfillset(sigset_t*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue