mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 11:29:27 -05:00
Optimizer eliminated pthread_create call.
This commit is contained in:
parent
832024aa27
commit
5547d063c4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1759,7 +1759,7 @@ else
|
|||
#include <pthread.h>
|
||||
int main() {
|
||||
|
||||
if(0) pthread_create((pthread_t*) 0,
|
||||
pthread_create((pthread_t*) 0,
|
||||
(pthread_attr_t*) 0, 0, 0);
|
||||
|
||||
; return 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue