summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-12-31 20:49:17 +0000
committerRoland McGrath <roland@gnu.org>1991-12-31 20:49:17 +0000
commitfda2be153e66eb8d863bc8679cd155f2d7c36dde (patch)
treee3175d9c96d334941cff4c2d9305bf0e1c7d0558 /signal
parent946c0143baefe6719216bce3b8e24a87b5e568d3 (diff)
Formerly ../signal/signal.h.~13~
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/signal/signal.h b/signal/signal.h
index 0f639a4dfc..4cf5be707e 100644
--- a/signal/signal.h
+++ b/signal/signal.h
@@ -105,6 +105,10 @@ extern int EXFUN(sigpause, (int __mask));
#define NSIG _NSIG
#endif
+#ifdef __USE_GNU
+#define sighandler_t __sighandler_t
+#endif
+
#endif /* <signal.h> included. */