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 b/configure index 254ec3b..114bead 100755 --- a/configure +++ b/configure
@@ -8339,6 +8339,7 @@ + for ac_header in \ AudioUnit/AudioUnit.h \ CoreAudio/CoreAudio.h \ @@ -8393,6 +8394,7 @@ poll.h \ process.h \ pthread.h \ + pthread_np.h \ pwd.h \ regex.h \ sched.h \ @@ -13955,7 +13957,9 @@ + for ac_func in \ + pthread_attr_get_np \ pthread_getattr_np \ pthread_get_stackaddr_np \ pthread_get_stacksize_np