X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdio.h;h=f64880173d0effbfbadf5f854d80364c3a3ebd33;hb=ddfb267b0e72499f6022981733264a063ec881f0;hp=645e6221002ee3ff0b58695397b1b305d53f14ff;hpb=d18a410bbf259e5fee9fb8b4b0335ec64991d5db;p=musl diff --git a/include/stdio.h b/include/stdio.h index 645e6221..f6488017 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -20,12 +20,7 @@ extern "C" { #include -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif +#define NULL 0L #undef EOF #define EOF (-1)