diff options
Diffstat (limited to 'conform/data/utmpx.h-data')
-rw-r--r-- | conform/data/utmpx.h-data | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conform/data/utmpx.h-data b/conform/data/utmpx.h-data index b8a0062321..80641ff8f0 100644 --- a/conform/data/utmpx.h-data +++ b/conform/data/utmpx.h-data @@ -6,7 +6,10 @@ element {struct utmpx} char ut_id [] element {struct utmpx} char ut_line [] element {struct utmpx} pid_t ut_pid element {struct utmpx} {short int} ut_type -element {struct utmpx} {struct timeval} ut_tv +// Layout chosen to be compatible on 32-bit and 64-bit bi-arch +// systems, which is incompatible with the standard type (see bug +// 18235). +xfail-element {struct utmpx} {struct timeval} ut_tv type pid_t |