Skip to content
Snippets Groups Projects
Commit 37d903e4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Import fix of ldap_sigusr2 typo from -devel.

parent 0f29dfdd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment