libc: signal functions should take int
This commit is contained in:
parent
3970554554
commit
4777fddd36
@ -44,7 +44,7 @@ typedef struct {
|
||||
} siginfo_t;
|
||||
|
||||
typedef unsigned long sigset_t;
|
||||
typedef void (*_sig_func_ptr)();
|
||||
typedef void (*_sig_func_ptr)(int);
|
||||
|
||||
struct sigaction {
|
||||
int sa_flags;
|
||||
|
Loading…
x
Reference in New Issue
Block a user