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