From e82077b18be004742a642bbc9ac3ab2c1c33c5dd Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 24 Jul 2000 23:59:25 +0000 Subject: [PATCH] Fix typo --- include/ac/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ac/signal.h b/include/ac/signal.h index a026014921..667aae0396 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -20,7 +20,7 @@ #if defined( HAVE_SIGACTION ) #define SIGNAL lutil_sigaction typedef void (*lutil_sig_t)(int); -LDAP_LUTIL_F(lutil_sig_t) lutil_sigaction( int sig, sig_t func ); +LDAP_LUTIL_F(lutil_sig_t) lutil_sigaction( int sig, lutil_sig_t func ); #define SIGNAL_REINSTALL(sig,act) (void)0 #elif defined( HAVE_SIGSET ) #define SIGNAL sigset -- 2.39.5