X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdio.h;h=f64880173d0effbfbadf5f854d80364c3a3ebd33;hp=645e6221002ee3ff0b58695397b1b305d53f14ff;hb=f77bab5933071c46edc3da22b8c344533dd5fca3;hpb=d18a410bbf259e5fee9fb8b4b0335ec64991d5db 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)