summaryrefslogtreecommitdiffstats
path: root/lib/stat-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stat-macros.h')
-rw-r--r--lib/stat-macros.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/stat-macros.h b/lib/stat-macros.h
deleted file mode 100644
index 690216c..0000000
--- a/lib/stat-macros.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* 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)