This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc 2.22 -- Final testing for 32-bit x86 failing?


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
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]