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/string.h | |
| parent | 4fb638c32958057a1a08cde4dc4ce567b4540f7d (diff) | |
Notes
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h index 3580e8defde9..9a38656b2600 100644 --- a/include/string.h +++ b/include/string.h @@ -38,6 +38,7 @@ #define _STRING_H_ #include <sys/cdefs.h> +#include <sys/_null.h> #include <sys/_types.h> /* @@ -53,10 +54,6 @@ typedef __size_t size_t; #define _SIZE_T_DECLARED #endif -#ifndef NULL -#define NULL 0 -#endif - __BEGIN_DECLS #if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE void *memccpy(void * __restrict, const void * __restrict, int, size_t); |
