We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e994c6 commit 0cbb0daCopy full SHA for 0cbb0da
src/filesystem_utilities.c
@@ -1,7 +1,7 @@
1
#include <sys/stat.h>
2
#include <dirent.h>
3
4
-#if defined(__APPLE__) && !defined(__aarch64__)
+#if defined(__APPLE__) && !defined(__aarch64__) && !defined(__POWERPC__)
5
DIR * opendir$INODE64( const char * dirName );
6
struct dirent * readdir$INODE64( DIR * dir );
7
#define opendir opendir$INODE64
0 commit comments