1
1

configury: fix pthread flags for fortran

Этот коммит содержится в:
Gilles Gouaillardet 2014-12-22 19:13:45 +09:00
родитель 38fdce3aa9
Коммит 8976dcf610

Просмотреть файл

@ -115,6 +115,7 @@ void pthreadtest_f(void)
pthread_attr_t attr;
me = pthread_self();
pthread_atfork(NULL, NULL, NULL);
pthread_attr_init(&attr);
pthread_cleanup_push(cleanup_routine, 0);
pthread_create(&newthread, &attr, thread_main, 0);