summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/sigaction.c')
-rw-r--r--c/src/exec/posix/src/sigaction.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/sigaction.c b/c/src/exec/posix/src/sigaction.c
index a2d709e8e7..26abb4ff86 100644
--- a/c/src/exec/posix/src/sigaction.c
+++ b/c/src/exec/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,