source: trunk/src/libctests/glibc/conform/data/cpio.h-data@ 2137

Last change on this file since 2137 was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 558 bytes
Line 
1#ifndef ISO
2constant C_IRUSR 0000400
3constant C_IWUSR 0000200
4constant C_IXUSR 0000100
5constant C_IRGRP 0000040
6constant C_IWGRP 0000020
7constant C_IXGRP 0000010
8constant C_IROTH 0000004
9constant C_IWOTH 0000002
10constant C_IXOTH 0000001
11constant C_ISUID 0004000
12constant C_ISGID 0002000
13constant C_ISVTX 0001000
14constant C_ISDIR 0040000
15constant C_ISFIFO 0010000
16constant C_ISREG 0100000
17constant C_ISBLK 0060000
18constant C_ISCHR 0020000
19constant C_ISCTG 0110000
20constant C_ISLNK 0120000
21constant C_ISSOCK 0140000
22
23macro-str MAGIC "070707"
24
25allow *_t
26#endif
Note: See TracBrowser for help on using the repository browser.