]> pd.if.org Git - pdclib/blobdiff - functions/signal/signal.c
Sweeping cleanups. Sorry for the massive commit; I got sidetracked once too often.
[pdclib] / functions / signal / signal.c
similarity index 98%
rename from platform/posix/functions/signal/signal.c
rename to functions/signal/signal.c
index 56aada5e6f8f9e71b1f03c5d9ee8c976306ccebb..e677af540ce4f07e090ac6222bb6459d21fb5939 100644 (file)
@@ -5,10 +5,9 @@
 */
 
 #include <signal.h>
+#include <errno.h>
 
 #ifndef REGTEST
-#include <stdlib.h>
-#include <errno.h>
 
 void (*_PDCLIB_sigabrt)( int ) = SIG_DFL;
 void (*_PDCLIB_sigfpe)( int )  = SIG_DFL;