+2016-05-09 Joseph Myers <joseph@codesourcery.com>
+
+ * conform/data/sys/types.h-data (blkcnt_t): Do not expect for
+ [XPG3 || XPG4].
+ (blksize_t): Likewise.
+ (clockid_t): Likewise.
+ * conform/Makefile (test-xfail-XPG3/sys/types.h/conform): Remove
+ variable.
+ (test-xfail-XPG4/sys/types.h/conform): Likewise.
+
2016-05-09 Stefan Liebler <stli@linux.vnet.ibm.com>
* sysdeps/unix/sysv/linux/s390/init-first.c:
test-xfail-XPG3/stdlib.h/conform = yes
test-xfail-XPG3/string.h/conform = yes
test-xfail-XPG3/sys/stat.h/conform = yes
-test-xfail-XPG3/sys/types.h/conform = yes
test-xfail-XPG3/sys/wait.h/conform = yes
test-xfail-XPG3/termios.h/conform = yes
test-xfail-XPG3/time.h/conform = yes
test-xfail-XPG4/signal.h/conform = yes
test-xfail-XPG4/stdlib.h/conform = yes
test-xfail-XPG4/sys/stat.h/conform = yes
-test-xfail-XPG4/sys/types.h/conform = yes
test-xfail-XPG4/sys/wait.h/conform = yes
test-xfail-XPG4/termios.h/conform = yes
test-xfail-XPG4/ucontext.h/conform = yes
#if !defined ISO && !defined ISO99 && !defined ISO11
#if !defined POSIX
+# if !defined XPG3 && !defined XPG4
type blkcnt_t
type blksize_t
+# endif
type clock_t
+# if !defined XPG3 && !defined XPG4
type clockid_t
+# endif
#endif
type dev_t
# if !defined POSIX