diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:24 +0000 |
commit | 028e2e38795854365b0a9414273fbbc7ea84548a (patch) | |
tree | cddcc56be9cbab885f77147fb8ac3fa431756eaf /conform/data/cpio.h-data | |
parent | 1b8f2850d8c95619598241e91a7249bba5775be1 (diff) | |
download | glibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.gz glibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.xz glibc-028e2e38795854365b0a9414273fbbc7ea84548a.zip |
conformtest: Unify variants of "constant" and "optional-constant".
Diffstat (limited to 'conform/data/cpio.h-data')
-rw-r--r-- | conform/data/cpio.h-data | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/conform/data/cpio.h-data b/conform/data/cpio.h-data index 6e71319274..472777069d 100644 --- a/conform/data/cpio.h-data +++ b/conform/data/cpio.h-data @@ -1,24 +1,24 @@ #if !defined ISO && !defined ISO99 && !defined ISO11 -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 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 macro-str MAGIC "070707" |