Commit 0c5c9f95 by Uros Bizjak Committed by Uros Bizjak

inclhack.def (glibc_c99_inline_4): Add pthread.h to files.

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

From-SVN: r216505
parent 6afcac32
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> 2014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
* inclhack.def (complier_h_tradcpp): Remove. * inclhack.def (complier_h_tradcpp): Remove.
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* *
* DO NOT EDIT THIS FILE (fixincl.x) * 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 * From the definitions inclhack.def
* and the template file fixincl * 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. * You must regenerate it. Use the ./genfixes script.
* *
...@@ -3173,7 +3173,7 @@ tSCC zGlibc_C99_Inline_4Name[] = ...@@ -3173,7 +3173,7 @@ tSCC zGlibc_C99_Inline_4Name[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zGlibc_C99_Inline_4List[] = 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 * Machine/OS name selection pattern
*/ */
......
...@@ -1687,7 +1687,8 @@ fix = { ...@@ -1687,7 +1687,8 @@ fix = {
*/ */
fix = { fix = {
hackname = glibc_c99_inline_4; 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__"; bypass = "__extern_inline|__gnu_inline__";
select = "(^| )extern __inline"; select = "(^| )extern __inline";
c_fix = format; c_fix = format;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment