X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/libsyscall/mach/string.h diff --git a/libsyscall/mach/string.h b/libsyscall/mach/string.h index 39a02753a..b3c00458e 100644 --- a/libsyscall/mach/string.h +++ b/libsyscall/mach/string.h @@ -31,20 +31,9 @@ #include #include <_types.h> - -#ifndef SIZE_T -#define SIZE_T -typedef __darwin_size_t size_t; -#endif - -#ifndef NULL -#define NULL __DARWIN_NULL -#endif - -#ifndef _UINTPTR_T -#define _UINTPTR_T -typedef unsigned long uintptr_t; -#endif /* _UINTPTR_T */ +#include +#include +#include // We're purposefully called "string.h" in order to superceed any use // of Libc's string.h (which no one should be using bar MIG) in order