From 22df4f5c42b3ac110f78fceed8d248900ea5419f Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 26 Mar 2011 00:19:09 +0000 Subject: New interface (not part of robust mutexes) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23ef981..f7c6dc3 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,7 @@ SMALL_STATIC_OBJS = \ pthread_mutexattr_setkind_np.obj \ pthread_mutexattr_getkind_np.obj \ pthread_getw32threadhandle_np.obj \ + pthread_getsequence_np.obj \ pthread_delay_np.obj \ pthread_num_processors_np.obj \ pthread_win32_attach_detach_np.obj \ @@ -295,6 +296,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 \ -- cgit v1.2.3