Loading...
--- dyld/dyld-955/other-tools/dsc_iterator.cpp
+++ dyld/dyld-1122.1/other-tools/dsc_iterator.cpp
@@ -21,6 +21,10 @@
*
* @APPLE_LICENSE_HEADER_END@
*/
+
+#include <TargetConditionals.h>
+
+#if !TARGET_OS_EXCLAVEKIT
#include <stdlib.h>
#include <stdio.h>
@@ -100,3 +104,5 @@
});
return result;
}
+
+#endif // !TARGET_OS_EXCLAVEKIT