]> git.sur5r.net Git - openldap/commit
Fix pthread_create test for AIX. AIX deviates from POSIX in that threads
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 16:09:26 +0000 (16:09 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 16:09:26 +0000 (16:09 +0000)
commit9ce83ce54f7b22eb60bf89d51a22963baeea1e6a
tree582b1e2b5ec841cca262c0a0fa11c4c410d06057
parent056a1e27dba035d2888e039842bfaa64f5da45ce
Fix pthread_create test for AIX. AIX deviates from POSIX in that threads
are created detached by default. We need to set the thread attributes in
advance, otherwise pthread_detach will fail.
build/openldap.m4