commit | fc8172f7eea19aaa7b80d72ac255a4905a0bed2c | [log] [tgz] |
---|---|---|
author | Tijl Coosemans <tijl@ulyssis.org> | Sat Aug 05 23:31:07 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 07 13:51:50 2006 +0200 |
tree | 16f8befd994779f68795ea0950bd4f1d2edfcc86 | |
parent | 72b940e09b33294460e69aefa537e6580262022d [diff] [blame] |
loader/pthread: Added pthread_attr_get_np support.
diff --git a/configure.ac b/configure.ac index 963746f..8f7ae2f 100644 --- a/configure.ac +++ b/configure.ac
@@ -211,6 +211,7 @@ poll.h \ process.h \ pthread.h \ + pthread_np.h \ pwd.h \ regex.h \ sched.h \ @@ -779,6 +780,7 @@ dnl **** Check for pthread functions **** WINE_CHECK_LIB_FUNCS(\ + pthread_attr_get_np \ pthread_getattr_np \ pthread_get_stackaddr_np \ pthread_get_stacksize_np,