Re: [committed] Fix libsanitizer build against recent glibc (PR sanitizer/81066)

2017-09-07 Thread Richard Biener
On Thu, Sep 7, 2017 at 9:08 AM, Matthias Klose wrote: > On 14.07.2017 11:14, Jakub Jelinek wrote: >> Hi! >> >> glibc recently changed a couple of headers. One change was >> that typedef struct sigaltstack { ... } stack_t; is now >> typedef struct { ... } stack_t; >> and the

Re: [committed] Fix libsanitizer build against recent glibc (PR sanitizer/81066)

2017-09-07 Thread Matthias Klose
On 14.07.2017 11:14, Jakub Jelinek wrote: > Hi! > > glibc recently changed a couple of headers. One change was > that typedef struct sigaltstack { ... } stack_t; is now > typedef struct { ... } stack_t; > and the other change is that resolv.h now ignores the former (private glibc > macro)

[committed] Fix libsanitizer build against recent glibc (PR sanitizer/81066)

2017-07-14 Thread Jakub Jelinek
Hi! glibc recently changed a couple of headers. One change was that typedef struct sigaltstack { ... } stack_t; is now typedef struct { ... } stack_t; and the other change is that resolv.h now ignores the former (private glibc macro) __need_res_state macro and after struct __res_state { ... };