Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: 57b7003a by Sergei Trofimovich at 2020-03-26T22:06:41+00:00 thr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'
thr_posix.c: In function 'ldap_pvt_thread_set_concurrency': thr_posix.c:96:9: error: implicit declaration of function 'pthread_setconcurrency' return pthread_setconcurrency( n ); ^~~~~~~~~~~~~~~~~~~~~~ pthread_setcanceltype
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
- - - - -
1 changed file:
- libraries/libldap_r/thr_posix.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/57b7003a6473206e2526dcc9...