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