mirror of
git://git.musl-libc.org/musl
synced 2025-02-08 23:17:04 +00:00
include signal.h to avoid thorny __sigcontext/sigcontext issues
this is explicitly allowed by POSIX
This commit is contained in:
parent
870cc67977
commit
f492c95401
@ -4,10 +4,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#define __NEED_pid_t
|
||||
#define __NEED_id_t
|
||||
#define __NEED_time_t
|
||||
#define __NEED_struct_timeval
|
||||
#define __NEED_siginfo_t
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user