chiark / gitweb /
[PATCH] sync up with the 0.84 version of klibc
[elogind.git] / klibc / klibc / include / signal.h
index e383755b2066e6f6ef35b92190f90f16abcf4f93..62c5083dc04582232365f4a4b42e79573b4cb707 100644 (file)
@@ -11,6 +11,8 @@
 #include <sys/types.h>
 #include <asm/signal.h>
 
+#include <klibc/archsignal.h>
+
 /* Some architectures don't define these */
 #ifndef SA_RESETHAND
 # define SA_RESETHAND SA_ONESHOT
@@ -22,8 +24,6 @@
 # define NSIG _NSIG
 #endif
 
-typedef int sig_atomic_t;
-
 __extern const char * const sys_siglist[];
 
 /* This assumes sigset_t is either an unsigned long or an array of such,