diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index f09988f7d2..4f99af626f 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 \ |