diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index fd77d0c7c8..3386f0ce77 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1283,6 +1283,7 @@ $(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os) rtld-stubbed-symbols = \ __GI___pthread_disable_asynccancel \ __GI___pthread_enable_asynccancel \ + __libc_assert_fail \ __pthread_disable_asynccancel \ __pthread_enable_asynccancel \ calloc \ |