X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Ffloatscan.h;h=f2b1dcf45938d9178b7ddb373b9a862737971e5f;hb=fa4a8abd06a401822cc8ba4e352a219544c0118d;hp=e027fa08f107bf0893f3132df06200e0d2beb1c2;hpb=cb81b6947c0277a6a27ddc699d716e9cf2b524aa;p=musl diff --git a/src/internal/floatscan.h b/src/internal/floatscan.h index e027fa08..f2b1dcf4 100644 --- a/src/internal/floatscan.h +++ b/src/internal/floatscan.h @@ -3,6 +3,6 @@ #include -long double __floatscan(FILE *, int, int); +hidden long double __floatscan(FILE *, int, int); #endif