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
orbea -
OpenLDAP
Commits
fd23680a
Commit
fd23680a
authored
Apr 28, 2020
by
Howard Chu
Browse files
ITS#9215 fix for glibc again
parent
d38d48fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap_r/thr_posix.c
View file @
fd23680a
...
...
@@ -14,14 +14,16 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
/* For pthread_setconcurrency() on glibc */
#endif
#include
"portable.h"
#if defined( HAVE_PTHREADS )
#ifdef __GLIBC__
#undef _FEATURES_H
#define _XOPEN_SOURCE 500
/* For pthread_setconcurrency() on glibc */
#endif
#include
<ac/errno.h>
#ifdef REPLACE_BROKEN_YIELD
...
...
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