This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Bug 16713 - [s390x] Member "sa_flags" does not have the correct type
- From: Mark Wielaard <mjw at redhat dot com>
- To: Stefan Liebler <stli at linux dot vnet dot ibm dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 10 Sep 2014 14:03:16 +0200
- Subject: Re: Bug 16713 - [s390x] Member "sa_flags" does not have the correct type
- Authentication-results: sourceware.org; auth=none
- References: <1410305478 dot 27502 dot 10 dot camel at bordewijk dot wildebeest dot org> <luou0l$r9m$1 at ger dot gmane dot org>
On Wed, 2014-09-10 at 09:18 +0200, Stefan Liebler wrote:
> yes the kernel and glibc struct differs on s390. This is intended in
> order to get POSIX conform. I got kernel agreement before i changed the
> struct. The kernel has no problem with the __glibc_reserved0 variable
> and its random content.
Thanks. I'll change valgrind accordingly then on s390 to ignore those
undefined bytes in the sigaction struct:
https://bugs.kde.org/show_bug.cgi?id=338974
Cheers,
Mark