Re: [PATCH] libsanitizer: Don't intercept ustat for Linux

2018-05-22 Thread Jakub Jelinek
On Tue, May 22, 2018 at 05:37:03AM -0700, H.J. Lu wrote: > has been removed from glibc 2.28 by: > > commit cf2478d53ad7071e84c724a986b56fe17f4f4ca7 > Author: Adhemerval Zanella > Date: Sun Mar 18 11:28:59 2018 +0800 > > Deprecate ustat syscall interface > > This patch removes its referen

[PATCH] libsanitizer: Don't intercept ustat for Linux

2018-05-22 Thread H.J. Lu
has been removed from glibc 2.28 by: commit cf2478d53ad7071e84c724a986b56fe17f4f4ca7 Author: Adhemerval Zanella Date: Sun Mar 18 11:28:59 2018 +0800 Deprecate ustat syscall interface This patch removes its reference from libsanitizer for Linux. The LLVM patch is posted at https://revie