Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / cpio.h-data
blobac7d40fd5e8b87b47cf501649d54e181fd13c0b7
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
2 constant C_IRUSR == 0000400
3 constant C_IWUSR == 0000200
4 constant C_IXUSR == 0000100
5 constant C_IRGRP == 0000040
6 constant C_IWGRP == 0000020
7 constant C_IXGRP == 0000010
8 constant C_IROTH == 0000004
9 constant C_IWOTH == 0000002
10 constant C_IXOTH == 0000001
11 constant C_ISUID == 0004000
12 constant C_ISGID == 0002000
13 constant C_ISVTX == 0001000
14 constant C_ISDIR == 0040000
15 constant C_ISFIFO == 0010000
16 constant C_ISREG == 0100000
17 constant C_ISBLK == 0060000
18 constant C_ISCHR == 0020000
19 constant C_ISCTG == 0110000
20 constant C_ISLNK == 0120000
21 constant C_ISSOCK == 0140000
23 macro-str MAGIC "070707"
25 allow *_t
26 #endif