Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
30976f08
Commit
30976f08
authored
Jan 10, 2006
by
Kurt Zeilenga
Browse files
Use nanosleep in Linux sched_yield(2) workaround
parent
0934be5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
30976f08
...
...
@@ -6,6 +6,7 @@ OpenLDAP 2.3.17 Engineering
Fixed slapd-ldap idassert anon2anon issue (ITS#4321)
Fixed slapd-monitor thread issue (ITS#4318)
Build environment
Updated Linux sched_yield(2) workaround to use nanosleep(2) (ITS#3950)
Fixed configure report-to URL
OpenLDAP 2.3.16 Release
...
...
configure.in
View file @
30976f08
...
...
@@ -1589,6 +1589,7 @@ dnl [ol_cv_pthread_lpthread_lexc])
ol_replace_broken_yield=no
case "$target" in
*-*-linux*)
AC_CHECK_FUNCS(nanosleep)
ol_replace_broken_yield=yes
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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