From 8181078a70072371e23c21690b45878dae182b43 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 4 Feb 2008 15:33:54 +0000 Subject: re PR other/31405 (fixincludes needed for wchar from glibc 2.3.6) PR other/31405 * inclhack.def: (glibc_c99_inline_1a): Re-add last change. (glibc_c99_inline_3) : Change from __STDC_VERSION__ to __extern_inline|__GNU_STDC_INLINE__. (glibc_c99_inline_4) : Add wchar.h and */wchar.h. : Change from __STDC_VERSION__ to __extern_inline|__GNU_STDC_INLINE__. : Change from #ifdef-wrapping the extern part to appending attribute-gnu_inline. : Remove. : Remove __extern_inline line. * tests/base/features.h: Re-add. * tests/base/sys/sysmacros.h: Adjust. * fixincl.x: Regenerate. (Oops: forgot PR-annotation.) From-SVN: r132093 --- fixincludes/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'fixincludes/ChangeLog') diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index b33d37ee3fc..48b6cc18df2 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,5 +1,6 @@ 2008-02-04 Hans-Peter Nilsson + PR other/31405 * inclhack.def: (glibc_c99_inline_1a): Re-add last change. (glibc_c99_inline_3) : Change from __STDC_VERSION__ to __extern_inline|__GNU_STDC_INLINE__. -- cgit v1.2.1