mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add sig_atomic_t.
This commit is contained in:
parent
087bacb30f
commit
068c12be04
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
@include(pid_t.h);
|
||||
typedef int sig_atomic_t;
|
||||
|
||||
typedef void (*sighandler_t)(int);
|
||||
|
||||
|
|
Loading…
Reference in a new issue