mirror of
https://github.com/fluencelabs/musl
synced 2025-06-19 18:01:43 +00:00
fix broken signal.h from header cleanup
This commit is contained in:
@ -46,8 +46,6 @@ union sigval
|
|||||||
void *sival_ptr;
|
void *sival_ptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <bits/signal.h>
|
|
||||||
|
|
||||||
int __libc_current_sigrtmin(void);
|
int __libc_current_sigrtmin(void);
|
||||||
int __libc_current_sigrtmax(void);
|
int __libc_current_sigrtmax(void);
|
||||||
|
|
||||||
@ -92,6 +90,8 @@ typedef int (*sighandler_t)(int);
|
|||||||
void (*bsd_signal(int, void (*)(int)))(int);
|
void (*bsd_signal(int, void (*)(int)))(int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <bits/signal.h>
|
||||||
|
|
||||||
typedef int sig_atomic_t;
|
typedef int sig_atomic_t;
|
||||||
|
|
||||||
void (*signal(int, void (*)(int)))(int);
|
void (*signal(int, void (*)(int)))(int);
|
||||||
|
Reference in New Issue
Block a user