]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-chflags.c
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / cases / test-chflags.c
index d2c73a1215bb0e0097f2fe8cd830538a2080cd75..3f488597a1001f5a3189cf233ff8ba397f3d9f6b 100644 (file)
@@ -1,6 +1,6 @@
 #include <TargetConditionals.h>
 
-#if TARGET_OS_EMBEDDED
+#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 
 #include <unistd.h>
 #include <fcntl.h>
@@ -88,4 +88,4 @@ int run_chflags(__unused test_ctx_t *ctx)
        return 0;
 }
 
-#endif // TARGET_OS_EMBEDDED
+#endif // (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)