Optimizer eliminated pthread_create call.

This commit is contained in:
Kurt Zeilenga 1998-09-19 05:09:57 +00:00
parent 832024aa27
commit 5547d063c4

2
configure vendored
View File

@ -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; }