diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 17:55:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 17:55:34 +0000 |
commit | da1067a9154c3125a4274e1d039dd5b2d3aa953c (patch) | |
tree | 30f79028faf33d13954ad9726ca77720be218b63 /conform/data/cpio.h-data | |
parent | 1b13e783c5fb6da75e5254edcc4726b03a33c373 (diff) | |
download | glibc-da1067a9154c3125a4274e1d039dd5b2d3aa953c.tar.gz glibc-da1067a9154c3125a4274e1d039dd5b2d3aa953c.tar.xz glibc-da1067a9154c3125a4274e1d039dd5b2d3aa953c.zip |
Update.
1999-08-24 Ulrich Drepper <drepper@cygnus.com> * conform/Makefile: New file. * conform/conformtest.pl: New file. * conform/data/aio.h-data: New file. * conform/data/assert.h-data: New file. * conform/data/cpio.h-data: New file. * conform/data/ctype.h-data: New file. * conform/data/dirent.h-data: New file. * conform/data/dlfcn.h-data: New file. * conform/data/errno.h-data: New file. * conform/data/fcntl.h-data: New file. * conform/data/float.h-data: New file. * conform/data/fmtmsg.h-data: New file. * conform/data/fnmatch.h-data: New file. * conform/data/ftw.h-data: New file. * conform/data/glob.h-data: New file. * conform/data/grp.h-data: New file. * conform/data/iconv.h-data: New file. * conform/data/inttypes.h-data: New file. * conform/data/iso646.h-data: New file. * conform/data/langinfo.h-data: New file. * conform/data/libgen.h-data: New file. * conform/data/locale.h-data: New file. * conform/data/math.h-data: New file.
Diffstat (limited to 'conform/data/cpio.h-data')
-rw-r--r-- | conform/data/cpio.h-data | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conform/data/cpio.h-data b/conform/data/cpio.h-data new file mode 100644 index 0000000000..bccbc3057c --- /dev/null +++ b/conform/data/cpio.h-data @@ -0,0 +1,23 @@ +#ifndef ISO +constant C_IRUSR 0000400 +constant C_IWUSR 0000200 +constant C_IXUSR 0000100 +constant C_IRGRP 0000040 +constant C_IWGRP 0000020 +constant C_IXGRP 0000010 +constant C_IROTH 0000004 +constant C_IWOTH 0000002 +constant C_IXOTH 0000001 +constant C_ISUID 0004000 +constant C_ISGID 0002000 +constant C_ISVTX 0001000 +constant C_ISDIR 0040000 +constant C_ISFIFO 0010000 +constant C_ISREG 0100000 +constant C_ISBLK 0060000 +constant C_ISCHR 0020000 +constant C_ISCTG 0110000 +constant C_ISLNK 0120000 +constant C_ISSOCK 0140000 +constant MAGIC +#endif |