diff options
Diffstat (limited to 'src/cpio/C_ISGID.c')
-rw-r--r-- | src/cpio/C_ISGID.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpio/C_ISGID.c b/src/cpio/C_ISGID.c new file mode 100644 index 00000000..a2397b98 --- /dev/null +++ b/src/cpio/C_ISGID.c @@ -0,0 +1,5 @@ +#include <cpio.h> +#define C_ISGID 0002000 +/* +POSIX(1) +*/ |