Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
2a370cc4
Commit
2a370cc4
authored
Jun 24, 2000
by
Kurt Zeilenga
Browse files
Clarify LinuxThreads USR1/USR2 issue
parent
ae63be38
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ac/signal.h
View file @
2a370cc4
...
@@ -36,11 +36,10 @@
...
@@ -36,11 +36,10 @@
# else
# else
/*
/*
LinuxThreads implemented unfortunately uses the only
* Some versions of LinuxThreads unfortunately uses the only
two signals reserved for user applications. This forces
* two signals reserved for user applications. This forces
OpenLDAP to use, hopefullly unused, signals reserved
* OpenLDAP to use other signals reserved for other uses.
for other uses.
*/
*/
# if defined( SIGSTKFLT )
# if defined( SIGSTKFLT )
# define LDAP_SIGUSR1 SIGSTKFLT
# define LDAP_SIGUSR1 SIGSTKFLT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment