Loading...
include/glob.h Libc-763.13 Libc-1244.30.3
--- Libc/Libc-763.13/include/glob.h
+++ Libc/Libc-1244.30.3/include/glob.h
@@ -13,11 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -43,11 +39,7 @@
 #include <_types.h>
 #include <sys/cdefs.h>
 #include <Availability.h>
-
-#ifndef _SIZE_T
-#define _SIZE_T
-typedef	__darwin_size_t	size_t;
-#endif
+#include <sys/_types/_size_t.h>
 
 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
 struct dirent;