]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Jul 2000 23:59:25 +0000 (23:59 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Jul 2000 23:59:25 +0000 (23:59 +0000)
include/ac/signal.h

index a026014921fb1a5d49bf0fd7b923c2fc533203cf..667aae039671dd16d07b963f0918321bd3b00cad 100644 (file)
@@ -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