Re: [PATCH] Fix libsanitizer bootstrap with glibc 2.26

2017-11-03 Thread Andi Kleen
On Fri, Nov 03, 2017 at 10:22:12AM -0700, Andi Kleen wrote: > > It looks like some non POSIX symbols got removed from the header > files, which breaks the libsanitizer build. nm, looks like i was on a old checkout. Seems to be already fixed in current trunk. -Andi

[PATCH] Fix libsanitizer bootstrap with glibc 2.26

2017-11-03 Thread Andi Kleen
It looks like some non POSIX symbols got removed from the header files, which breaks the libsanitizer build. struct sigaltstack now only exists as stack_t (which is the offical POSIX name) __res_state typedef is now only struct __res_state This fixes bootstrap of trunk on a current opensuse tum