aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/roken/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/signal.c')
-rw-r--r--crypto/heimdal/lib/roken/signal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/signal.c b/crypto/heimdal/lib/roken/signal.c
index 1d482a0e3d80..e18439040f91 100644
--- a/crypto/heimdal/lib/roken/signal.c
+++ b/crypto/heimdal/lib/roken/signal.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: signal.c,v 1.12 2000/07/08 12:39:06 assar Exp $");
+RCSID("$Id: signal.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include <signal.h>
@@ -50,7 +50,7 @@ RCSID("$Id: signal.c,v 1.12 2000/07/08 12:39:06 assar Exp $");
* Do we need any extra hacks for SIGCLD and/or SIGCHLD?
*/
-SigAction
+SigAction ROKEN_LIB_FUNCTION
signal(int iSig, SigAction pAction)
{
struct sigaction saNew, saOld;