mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.
This commit is contained in:
parent
02aa747949
commit
0e2a772173
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@
|
|||
# if defined( SIGUNUSED )
|
||||
# define LDAP_SIGUSR2 SIGUNUSED
|
||||
# elif defined ( SIGINFO )
|
||||
# define LDAP_SIGUSR1 SIGINFO
|
||||
# define LDAP_SIGUSR2 SIGINFO
|
||||
# elif defined ( SIGEMT )
|
||||
# define LDAP_SIGUSR1 SIGEMT
|
||||
# define LDAP_SIGUSR2 SIGEMT
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue