summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-11-18 20:47:56 +0000
committerRoland McGrath <roland@gnu.org>1992-11-18 20:47:56 +0000
commitec9dcf6934477458f933edf426a31255afddd81a (patch)
treebc8d0a0625f324982b6ea0112f5ac56934136767 /signal
parent7c5fe29c7c1da7349c27b06b061ddebd2c3b0466 (diff)
Formerly ../signal/signal.h.~19~
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/signal/signal.h b/signal/signal.h
index 321f7c267a..c5394d5328 100644
--- a/signal/signal.h
+++ b/signal/signal.h
@@ -22,13 +22,13 @@ Cambridge, MA 02139, USA. */
#ifndef _SIGNAL_H
-__BEGIN_DECLS
-
#if !defined(__need_sig_atomic_t) && !defined(__need_sigset_t)
#define _SIGNAL_H 1
#include <features.h>
#endif
+__BEGIN_DECLS
+
#define __need_size_t
#include <stddef.h>
@@ -158,10 +158,10 @@ extern int sigprocmask __P ((int __how,
extern int sigsuspend __P ((__const sigset_t *__set));
/* Get and/or set the action for signal SIG. */
-extern int __sigaction __P ((int __sig, __const struct __sigaction *__act,
- struct __sigaction *__oact));
-extern int sigaction __P ((int __sig, __const struct __sigaction *__act,
- struct __sigaction *__oact));
+extern int __sigaction __P ((int __sig, __const struct sigaction *__act,
+ struct sigaction *__oact));
+extern int sigaction __P ((int __sig, __const struct sigaction *__act,
+ struct sigaction *__oact));
/* Put in SET all signals that are blocked and waiting to be delivered. */
extern int sigpending __P ((sigset_t *__set));