summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 21cfbc4..15367b3 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -222,6 +222,7 @@ struct nstat {
#define SF_IMMUTABLE 0x00020000 /* file may not be changed */
#define SF_APPEND 0x00040000 /* writes to file may only append */
#define SF_NOUNLINK 0x00100000 /* file may not be removed or renamed */
+#define SF_SNAPSHOT 0x00200000 /* snapshot inode */
#ifdef _KERNEL
/*
OpenPOWER on IntegriCloud