]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/wordexp.c
Libc-1272.250.1.tar.gz
[apple/libc.git] / gen / FreeBSD / wordexp.c
index 1bcf6599baf4e38c6fb0fad868f070a4b55411b7..4a6316b3f25c063a5f40f52faec36e7fe49e81c4 100644 (file)
@@ -29,7 +29,6 @@
 #if TARGET_OS_IPHONE
 /* <rdar://problem/13875458> */
 
-#if defined(__OPEN_SOURCE__) || !__LP64__
 #include <wordexp.h>
 int wordexp(const char *restrict words __unused, wordexp_t *restrict pwordexp __unused, int flags __unused) {
     return WRDE_NOSPACE;
@@ -37,9 +36,6 @@ int wordexp(const char *restrict words __unused, wordexp_t *restrict pwordexp __
 
 void wordfree(wordexp_t *pwordexp __unused) {
 }
-#else
-struct __not_an_empty_c_file;
-#endif
 
 #else