diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-06-11 23:16:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-06-11 23:16:23 +0000 |
commit | e81a4f9a54a5ea47d1b7e91a1e76695af5749322 (patch) | |
tree | 758bfa2778d2be16db17da08642d7a503ad8ac62 /ChangeLog | |
parent | 89e435f3559c53084498e9baad22172b64429362 (diff) | |
download | glibc-e81a4f9a54a5ea47d1b7e91a1e76695af5749322.zip glibc-e81a4f9a54a5ea47d1b7e91a1e76695af5749322.tar.gz glibc-e81a4f9a54a5ea47d1b7e91a1e76695af5749322.tar.bz2 |
conformtest: clean up POSIX expectations for sys/mman.h, sys/stat.h, sys/types.h.
Continuing the series of patches to clean up conformtest expectations
for "POSIX" (1995/6) based on review of the expectations against the
standard, this patch cleans up expectations for sys/mman.h, sys/stat.h
and sys/types.h. Tested x86_64; no new XFAILs needed.
* conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
type.
[POSIX] (off_t): Likewise.
* conform/data/sys/stat.h-data (S_IRGRP): Require constant.
[POSIX] (S_ISBLK): Require macro.
[POSIX] (S_ISCHR): Likewise.
[POSIX] (S_ISDIR): Likewise.
[POSIX] (S_ISFIFO): Likewise.
[POSIX] (S_ISREG): Likewise.
[POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
optional-macro.
* conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
type.
[POSIX] (time_t): Likewise.
[POSIX] (timer_t): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2014-06-11 Joseph Myers <joseph@codesourcery.com> + + * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require + type. + [POSIX] (off_t): Likewise. + * conform/data/sys/stat.h-data (S_IRGRP): Require constant. + [POSIX] (S_ISBLK): Require macro. + [POSIX] (S_ISCHR): Likewise. + [POSIX] (S_ISDIR): Likewise. + [POSIX] (S_ISFIFO): Likewise. + [POSIX] (S_ISREG): Likewise. + [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list + optional-macro. + * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require + type. + [POSIX] (time_t): Likewise. + [POSIX] (timer_t): Likewise. + 2014-06-11 Florian Weimer <fweimer@redhat.com> [BZ #17048] |