mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibC: Fix typo in signal.h: ol_dset -> old_set
This commit is contained in:
parent
b4e125cf86
commit
cd9e352460
Notes:
sideshowbarker
2024-07-18 19:04:48 +09:00
Author: https://github.com/dhirsbrunner 🔰 Commit: https://github.com/SerenityOS/serenity/commit/cd9e3524601 Pull-request: https://github.com/SerenityOS/serenity/pull/6650
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,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 pthread_sigmask(int how, const sigset_t* set, sigset_t* old_set);
|
||||
int sigaction(int sig, const struct sigaction* act, struct sigaction* old_act);
|
||||
int sigemptyset(sigset_t*);
|
||||
int sigfillset(sigset_t*);
|
||||
|
|
Loading…
Reference in a new issue