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