Add sig_atomic_t.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-01-14 14:41:44 +01:00
parent 087bacb30f
commit 068c12be04
1 changed files with 1 additions and 0 deletions

View File

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