1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2013-01-14 14:41:44 +01:00
parent 087bacb30f
commit 068c12be04

View file

@ -34,6 +34,7 @@
__BEGIN_DECLS
@include(pid_t.h);
typedef int sig_atomic_t;
typedef void (*sighandler_t)(int);