X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832..HEAD:/bsd/sys/stat.h diff --git a/bsd/sys/stat.h b/bsd/sys/stat.h index ca2a54e5b..ec5858ebd 100644 --- a/bsd/sys/stat.h +++ b/bsd/sys/stat.h @@ -540,6 +540,7 @@ extern void munge_user32_stat64(struct stat64 *sbp, struct user32_stat64 *usbp); #endif #endif +#if __DARWIN_C_LEVEL >= __DARWIN_C_FULL /* * Extended flags ("EF") returned by ATTR_CMNEXT_EXT_FLAGS from getattrlist/getattrlistbulk */ @@ -548,7 +549,8 @@ extern void munge_user32_stat64(struct stat64 *sbp, struct user32_stat64 *usbp); #define EF_IS_SYNC_ROOT 0x00000004 /* file is a sync root for iCloud */ #define EF_IS_PURGEABLE 0x00000008 /* file is purgeable */ #define EF_IS_SPARSE 0x00000010 /* file has at least one sparse region */ - +#define EF_IS_SYNTHETIC 0x00000020 /* a synthetic directory/symlink */ +#endif #ifndef KERNEL