]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/dirent.h
First steps to get conformtest fully working
[thirdparty/glibc.git] / include / dirent.h
index 28bf432301c0a9028d01a935f74974f1510d4a4c..2e88005e002a84de6c70ed9555d37ee22da352bc 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _DIRENT_H
-# include <dirstream.h>
 # include <dirent/dirent.h>
+# ifndef _ISOMAC
+# include <dirstream.h>
 # include <sys/stat.h>
 # include <stdbool.h>
 
@@ -44,5 +45,6 @@ extern void __scandir_cancel_handler (void *arg);
 libc_hidden_proto (rewinddir)
 libc_hidden_proto (scandirat)
 libc_hidden_proto (scandirat64)
+# endif
 
 #endif