Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
OpenLDAP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Bugzilla
Bugzilla
Labels
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
openldap
OpenLDAP
Commits
fd23680a
Commit
fd23680a
authored
Apr 28, 2020
by
Howard Chu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ITS#9215 fix for glibc again
parent
d38d48fc
Pipeline
#298
failed with stage
in 30 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libraries/libldap_r/thr_posix.c
libraries/libldap_r/thr_posix.c
+5
-3
No files found.
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
Markdown
is supported
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