Loading...
include/search.h Libc-763.13 Libc-1669.40.2
--- Libc/Libc-763.13/include/search.h
+++ Libc/Libc-1669.40.2/include/search.h
@@ -11,11 +11,7 @@
 
 #include <sys/cdefs.h>
 #include <_types.h>
-
-#ifndef _SIZE_T
-#define _SIZE_T
-typedef __darwin_size_t	size_t;
-#endif
+#include <sys/_types/_size_t.h>
 
 typedef	struct entry {
 	char	*key;