aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nacl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/Makefile')
-rw-r--r--sysdeps/nacl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index 71a4f8f..a25bd69 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -123,7 +123,8 @@ endif
ifeq ($(subdir),nptl)
# We do not need any wrappers in libpthread.
-libpthread-routines := $(filter-out ptw-%,$(libpthread-routines))
+libpthread-routines := \
+ $(filter-out $(pthread-compat-wrappers),$(libpthread-routines))
endif
ifeq ($(subdir),misc)