SIGPWR disabled

SVN revision: 12840
This commit is contained in:
Carsten Haitzler 2005-01-09 05:17:24 +00:00
parent 86b408fc4f
commit cfb0ed0643
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
#include <unistd.h>
#include <assert.h>
/* make mono happy - this is evil though... */
#undef SIGPWR
typedef void (*Signal_Handler)(int sig, siginfo_t *si, void *foo);
static void _ecore_signal_callback_set(int sig, Signal_Handler func);