X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Ffdpic_crt.h;h=7e9632bb7fcf0dd3de41e829c0b530c809505079;hb=fa4a8abd06a401822cc8ba4e352a219544c0118d;hp=7eb50c6bd12a3b5e1b0ffdf519b0981597368128;hpb=6d03c4ee586576bf199cf8d6dc86ba4cd54e4186;p=musl diff --git a/src/internal/fdpic_crt.h b/src/internal/fdpic_crt.h index 7eb50c6b..7e9632bb 100644 --- a/src/internal/fdpic_crt.h +++ b/src/internal/fdpic_crt.h @@ -1,7 +1,7 @@ #include +#include -__attribute__((__visibility__("hidden"))) -void *__fdpic_fixup(void *map, uintptr_t *a, uintptr_t *z) +hidden void *__fdpic_fixup(void *map, uintptr_t *a, uintptr_t *z) { /* If map is a null pointer, the program was loaded by a * non-FDPIC-aware ELF loader, and fixups are not needed,