libc: Add stubbed signal.h header
This commit is contained in:
parent
8d552b1522
commit
e3e33bacbc
7
libs/libc/include/signal.h
Normal file
7
libs/libc/include/signal.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _SIGNAL_H
|
||||
#define _SIGNAL_H
|
||||
|
||||
typedef int sig_atomic_t; // FIXME: Implement signals (I'm trying to build bc, this header is only to satisfy it) and
|
||||
// use a proper atomic integer type.
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user