From: Kurt Zeilenga Date: Mon, 24 Jul 2000 23:59:25 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2359 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e82077b18be004742a642bbc9ac3ab2c1c33c5dd;p=openldap Fix typo --- 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