Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/linux/sys/signal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/sys/signal.h b/newlib/libc/sys/linux/sys/signal.h
index edbec6f50..cef7058cd 100644
--- a/newlib/libc/sys/linux/sys/signal.h
+++ b/newlib/libc/sys/linux/sys/signal.h
@@ -19,7 +19,8 @@
#undef sigset_t
#define sigset_t __sigset_t
-typedef void (*__sighandler_t) (int);
+typedef void (*_sig_func_ptr) (int);
+typedef _sig_func_ptr __sighandler_t;
#include <bits/siginfo.h>
#include <bits/sigaction.h>