mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Compat work towards porting vim.
This commit is contained in:
parent
2e5b9d318f
commit
a356746d04
17 changed files with 200 additions and 77 deletions
|
@ -35,7 +35,6 @@ int sigprocmask(int how, const sigset_t* set, sigset_t* old_set);
|
|||
int sigpending(sigset_t*);
|
||||
int raise(int sig);
|
||||
|
||||
#define NSIG 32
|
||||
extern const char* sys_siglist[NSIG];
|
||||
|
||||
#define SIG_DFL ((__sighandler_t)0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue