From: Florian Weimer Date: Thu, 6 Jun 2019 09:24:32 +0000 (+0200) Subject: riscv: Do not use __has_include__ X-Git-Tag: glibc-2.30~116 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fglibc.git;a=commitdiff_plain;h=28dd3939221ab26c6774097e9596e30d9753f758 riscv: Do not use __has_include__ The user-visible preprocessor construct is called __has_include. --- diff --git a/ChangeLog b/ChangeLog index 82ae58017ae..89176cbccd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-06 Florian Weimer + + * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Do not use + internal GCC preprocessor identifier __has_include__. + 2019-06-05 Paul A. Clarke * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Replace code diff --git a/sysdeps/unix/sysv/linux/riscv/flush-icache.c b/sysdeps/unix/sysv/linux/riscv/flush-icache.c index cd5c4009779..f2dfcc50d0b 100644 --- a/sysdeps/unix/sysv/linux/riscv/flush-icache.c +++ b/sysdeps/unix/sysv/linux/riscv/flush-icache.c @@ -21,7 +21,7 @@ #include #include #include -#if __has_include__ () +#if __has_include () # include #else # include