diff options
Diffstat (limited to 'src/sys/stat/S_ISVTX.h')
-rw-r--r-- | src/sys/stat/S_ISVTX.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/stat/S_ISVTX.h b/src/sys/stat/S_ISVTX.h new file mode 100644 index 00000000..01f0eeee --- /dev/null +++ b/src/sys/stat/S_ISVTX.h @@ -0,0 +1,6 @@ +#include <sys/stat.h> +#define S_ISVTX 01000 + +/* +XOPEN(400) +*/ |