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 /GNUmakefile | |
parent | 559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff) |
New interface (not part of robust mutexes)
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 40fd538..3491efd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -194,6 +194,7 @@ SMALL_STATIC_OBJS = \ pthread_mutexattr_setkind_np.o \ pthread_mutexattr_getkind_np.o \ pthread_getw32threadhandle_np.o \ + pthread_getsequence_np.o \ pthread_delay_np.o \ pthread_num_processors_np.o \ pthread_win32_attach_detach_np.o \ @@ -353,6 +354,7 @@ NONPORTABLE_SRCS = \ pthread_mutexattr_setkind_np.c \ pthread_mutexattr_getkind_np.c \ pthread_getw32threadhandle_np.c \ + pthread_getsequence_np.c \ pthread_delay_np.c \ pthread_num_processors_np.c \ pthread_win32_attach_detach_np.c \ |