diff options
Diffstat (limited to 'conform/data/time.h-data')
-rw-r--r-- | conform/data/time.h-data | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data index 9fbe54ed12..ee67fcce66 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -9,7 +9,8 @@ macro-int-constant TIME_UTC > 0 type {struct timespec} element {struct timespec} time_t tv_sec -element {struct timespec} long tv_nsec +// Bug 16437: tv_nsec has wrong type. +xfail[x86_64-x32-linux]-element {struct timespec} long tv_nsec #endif type size_t |