]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-getattrlist-dprotect.m
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / cases / test-getattrlist-dprotect.m
index 8ee93b33aef42a3a9944a29847d4c6f8377e8dc4..f24b3bffb3a3b80b285055f69fcd727941fe88d1 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <TargetConditionals.h>
 
-#if TARGET_OS_EMBEDDED
+#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 
 #include <unistd.h>
 #include <sys/stat.h>
@@ -209,4 +209,4 @@ int run_getattrlist_dprotect(__unused test_ctx_t *ctx)
        return 0;
 }
 
-#endif // TARGET_OS_EMBEDDED
+#endif // (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)