diff options
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 39dc46994c1b..23e64090b2d2 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -38,6 +38,7 @@ #define _STDLIB_H_ #include <sys/cdefs.h> +#include <sys/_null.h> #include <sys/_types.h> #if __BSD_VISIBLE @@ -69,10 +70,6 @@ typedef struct { long rem; } ldiv_t; -#ifndef NULL -#define NULL 0 -#endif - #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 |
