diff options
author | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
commit | 22df4f5c42b3ac110f78fceed8d248900ea5419f (patch) | |
tree | 9940490b9d0e52ccc681fad4d49eb1397d3172be /nonportable.c | |
parent | 559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff) |
New interface (not part of robust mutexes)
Diffstat (limited to 'nonportable.c')
-rw-r--r-- | nonportable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nonportable.c b/nonportable.c index 6c2a990..82c558b 100644 --- a/nonportable.c +++ b/nonportable.c @@ -40,6 +40,7 @@ #include "pthread_mutexattr_setkind_np.c" #include "pthread_mutexattr_getkind_np.c" #include "pthread_getw32threadhandle_np.c" +#include "pthread_getsequence_np.c" #include "pthread_delay_np.c" #include "pthread_num_processors_np.c" #include "pthread_win32_attach_detach_np.c" |