]> git.cworth.org Git - tar/blobdiff - gnu/stat-macros.h
Imported Upstream version 1.23
[tar] / gnu / stat-macros.h
diff --git a/gnu/stat-macros.h b/gnu/stat-macros.h
new file mode 100644 (file)
index 0000000..00112ce
--- /dev/null
@@ -0,0 +1,5 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+/* All the mode bits that can be affected by chmod.  */
+#define CHMOD_MODE_BITS \
+  (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)