Skip to content

Commit

Permalink
* inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
Browse files Browse the repository at this point in the history
	* fixincl.x: Regenerate.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216505 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
uros committed Oct 21, 2014
1 parent dfd41e6 commit b7a56dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions fixincludes/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-10-21 Uros Bizjak <ubizjak@gmail.com>

* inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
* fixincl.x: Regenerate.

2014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>

* inclhack.def (complier_h_tradcpp): Remove.
Expand Down
6 changes: 3 additions & 3 deletions fixincludes/fixincl.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been AutoGen-ed August 12, 2014 at 02:09:58 PM by AutoGen 5.12
* It has been AutoGen-ed October 21, 2014 at 10:18:16 AM by AutoGen 5.16.2
* From the definitions inclhack.def
* and the template file fixincl
*/
/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Aug 12 14:09:58 MSK 2014
/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Oct 21 10:18:17 CEST 2014
*
* You must regenerate it. Use the ./genfixes script.
*
Expand Down Expand Up @@ -3173,7 +3173,7 @@ tSCC zGlibc_C99_Inline_4Name[] =
* File name selection pattern
*/
tSCC zGlibc_C99_Inline_4List[] =
"sys/sysmacros.h\0*/sys/sysmacros.h\0wchar.h\0*/wchar.h\0";
"sys/sysmacros.h\0*/sys/sysmacros.h\0wchar.h\0*/wchar.h\0pthread.h\0*/pthread.h\0";
/*
* Machine/OS name selection pattern
*/
Expand Down
3 changes: 2 additions & 1 deletion fixincludes/inclhack.def
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,8 @@ fix = {
*/
fix = {
hackname = glibc_c99_inline_4;
files = sys/sysmacros.h, '*/sys/sysmacros.h', wchar.h, '*/wchar.h';
files = sys/sysmacros.h, '*/sys/sysmacros.h', wchar.h, '*/wchar.h',
pthread.h, '*/pthread.h';
bypass = "__extern_inline|__gnu_inline__";
select = "(^| )extern __inline";
c_fix = format;
Expand Down

0 comments on commit b7a56dc

Please sign in to comment.