diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-12-07 21:10:06 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-12-07 21:10:06 +0000 |
| commit | 12eb46c8bb2bf8a79a8151f4bd96aa7ce5bfe63d (patch) | |
| tree | 9b033e9ca59d72fe94f812d9b6d08476039b8049 /include/stdio.h | |
| parent | 4fb638c32958057a1a08cde4dc4ce567b4540f7d (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/stdio.h b/include/stdio.h index 72f07eae7684..58f49958be25 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -41,6 +41,7 @@ #define _STDIO_H_ #include <sys/cdefs.h> +#include <sys/_null.h> #include <sys/_types.h> typedef __off_t fpos_t; @@ -57,10 +58,6 @@ typedef __va_list va_list; #endif #endif -#ifndef NULL -#define NULL 0 -#endif - #define _FSTDIO /* Define for new stdio with functions. */ /* |
