1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Add sigset_t to signal.h.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-01-08 15:09:56 +01:00
parent f72969a662
commit 6afca10c25

View file

@ -29,6 +29,7 @@
#include <features.h>
#include <sortix/signal.h>
#include <sortix/sigset.h>
__BEGIN_DECLS