From 3fa6e4872d63b57d77c545ef1fbcbb8b0796d232 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 25 Apr 2017 16:00:28 +0000 Subject: conformtest: Allow *_t in sys/socket.h. The conformtest expectations in sys/socket.h are missing the standard POSIX allowance for all headers to define *_t names. For XSI standard versions that allowance comes in via the permission to include (for which the expectations properly allow *_t), but for non-XSI POSIX nothing brings in that allowance and spurious namespace failures occur. This patch adds the required permission to the expectations to remove the spurious failures (by itself this does not allow any XFAILs to be removed). Tested for x86_64. * conform/data/sys/socket.h-data (*_t): Allow. --- conform/data/sys/socket.h-data | 1 + 1 file changed, 1 insertion(+) (limited to 'conform') diff --git a/conform/data/sys/socket.h-data b/conform/data/sys/socket.h-data index 442d4d2..7cdfec5 100644 --- a/conform/data/sys/socket.h-data +++ b/conform/data/sys/socket.h-data @@ -136,4 +136,5 @@ allow MSG_* allow PF_* allow SCM_* allow SHUT_* +allow *_t #endif -- cgit v1.1