glibc 2.22 -- Final testing for 32-bit x86 failing?
Carlos O'Donell
carlos@redhat.com
Wed Aug 5 07:15:00 GMT 2015
On 08/01/2015 06:27 PM, Paul Pluzhnikov wrote:
> The following trivial patch fixes this:
LGTM for 2.23, which is now open. Falls under the obvious category
for including a header for a function you use.
c.
> diff --git a/libio/oldfileops.c b/libio/oldfileops.c
> index 54789b2..25797c8 100644
> --- a/libio/oldfileops.c
> +++ b/libio/oldfileops.c
> @@ -41,6 +41,7 @@
> #include <string.h>
> #include <errno.h>
> #include <stdlib.h>
> +#include <unistd.h>
> #ifndef errno
> extern int errno;
> #endif
>
> Ok to commit above?
>
> After that, make check:
>
> XPASS: conform/ISO11/complex.h/conform
> XPASS: conform/ISO11/stdalign.h/conform
> XPASS: conform/ISO11/stdnoreturn.h/conform
> FAIL: elf/tst-protected1a
> FAIL: elf/tst-protected1b
>
> As far as I understand, the tst-protected1{a,b} are expected to fail
> with binutils 2.24-5ubuntu13
>
>
More information about the Libc-alpha
mailing list