X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Ffdpic_crt.h;h=3c3f077dcfa54df9e3c1976301fbe5a04e02648e;hb=5e1019b01c968707accc85c99e63a18af665cf27;hp=7eb50c6bd12a3b5e1b0ffdf519b0981597368128;hpb=6d03c4ee586576bf199cf8d6dc86ba4cd54e4186;p=musl diff --git a/src/internal/fdpic_crt.h b/src/internal/fdpic_crt.h index 7eb50c6b..3c3f077d 100644 --- a/src/internal/fdpic_crt.h +++ b/src/internal/fdpic_crt.h @@ -1,7 +1,7 @@ #include +#include "libc.h" -__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,