aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile
index f09988f..4f99af6 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -528,8 +528,10 @@ $(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os)
# discovery mechanism is not compatible with the libc implementation
# when compiled for libc.
rtld-stubbed-symbols = \
- __libc_disable_asynccancel \
- __libc_enable_asynccancel \
+ __GI___pthread_disable_asynccancel \
+ __GI___pthread_enable_asynccancel \
+ __pthread_disable_asynccancel \
+ __pthread_enable_asynccancel \
calloc \
free \
malloc \