mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo
This commit is contained in:
parent
a71a7cdd98
commit
e82077b18b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue