Loading...
include/wordexp.h Libc-1725.40.4 Libc-1669.40.2
--- Libc/Libc-1725.40.4/include/wordexp.h
+++ Libc/Libc-1669.40.2/include/wordexp.h
@@ -47,16 +47,13 @@
 #define _WORDEXP_H
 
 #include <sys/cdefs.h>
-#include <_bounds.h>
 #include <_types.h>
 #include <sys/_types/_size_t.h>
 #include <Availability.h>
 
-_LIBC_SINGLE_BY_DEFAULT()
-
 typedef struct {
 	size_t we_wordc;
-	char *_LIBC_CSTR *_LIBC_COUNT(we_wordc)	we_wordv;
+	char **we_wordv;
 	size_t we_offs;
 } wordexp_t;