Skip to content
Snippets Groups Projects
Commit 57b7003a authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Quanah Gibson-Mount
Browse files

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: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 23af2c36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment