summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/signal.c')
-rw-r--r--source4/heimdal/lib/roken/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/signal.c b/source4/heimdal/lib/roken/signal.c
index 19a4845435..284f1e7926 100644
--- a/source4/heimdal/lib/roken/signal.c
+++ b/source4/heimdal/lib/roken/signal.c
@@ -47,7 +47,7 @@
* Do we need any extra hacks for SIGCLD and/or SIGCHLD?
*/
-SigAction ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION SigAction ROKEN_LIB_CALL
signal(int iSig, SigAction pAction)
{
struct sigaction saNew, saOld;