summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sigaction.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 17:03:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 17:03:46 +0000
commitaee3d6896ab728aa9270377bdb6cb5efe21e9144 (patch)
tree00439ecb9712bc4f03210d3f2fbb5e83ad970096 /cpukit/posix/src/sigaction.c
parentComments fixed after problem report from Ian Lance Taylor <ian@airs.com>. (diff)
downloadrtems-aee3d6896ab728aa9270377bdb6cb5efe21e9144.tar.bz2
POSIX timer support modifications.
Diffstat (limited to 'cpukit/posix/src/sigaction.c')
-rw-r--r--cpukit/posix/src/sigaction.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index a2d709e8e7..26abb4ff86 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -22,6 +22,12 @@
#include <rtems/posix/seterr.h>
#include <rtems/score/isr.h>
+/*
+ * PARAMETERS_PASSING_S is defined in ptimer.c
+ */
+
+extern void PARAMETERS_PASSING_S (int num_signal, const struct sigaction inf);
+
int sigaction(
int sig,
const struct sigaction *act,