diff options
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 2d1505b5..671d188f 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -7,12 +7,7 @@ extern "C" { #include <features.h> -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif +#define NULL 0L #define __NEED_size_t #define __NEED_wchar_t |