LibC: Add dummy signal.h
This commit is contained in:
12
libc/include/signal.h
Normal file
12
libc/include/signal.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#pragma onces
|
||||||
|
|
||||||
|
#include <sys/cdefs.h>
|
||||||
|
|
||||||
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
typedef int sig_atomic_t;
|
||||||
|
|
||||||
|
int raise(int);
|
||||||
|
void (*signal(int, void (*)(int)))(int);
|
||||||
|
|
||||||
|
__END_DECLS
|
||||||
Reference in New Issue
Block a user