summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-26 07:43:44 +0000
committerrpj <rpj>2011-03-26 07:43:44 +0000
commit1bc29dadbf50406f3b04f12c44efb6057a74612e (patch)
tree05b116c45d3b04a000af15f91f87cfb0b21733e4 /Makefile
parent79e7e4dc1b92367031260db5e46ccf9a7d011c51 (diff)
rename function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7c6dc3..a7fb483 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ SMALL_STATIC_OBJS = \
pthread_mutexattr_setkind_np.obj \
pthread_mutexattr_getkind_np.obj \
pthread_getw32threadhandle_np.obj \
- pthread_getsequence_np.obj \
+ pthread_getunique_np.obj \
pthread_delay_np.obj \
pthread_num_processors_np.obj \
pthread_win32_attach_detach_np.obj \
@@ -296,7 +296,7 @@ NONPORTABLE_SRCS = \
pthread_mutexattr_setkind_np.c \
pthread_mutexattr_getkind_np.c \
pthread_getw32threadhandle_np.c \
- pthread_getsequence_np.c \
+ pthread_getunique_np.c \
pthread_delay_np.c \
pthread_num_processors_np.c \
pthread_win32_attach_detach_np.c \