diff options
Diffstat (limited to 'elf/dl-minimal.c')
-rw-r--r-- | elf/dl-minimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index 98486ea3d0..2e45fc0a65 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -209,7 +209,7 @@ Inconsistency detected by ld.so: %s: %u: %s%sAssertion `%s' failed!\n", assertion); } -INTDEF(__assert_fail) +rtld_hidden_weak(__assert_fail) #endif |