diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-21 10:58:26 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-21 10:58:26 +0000 |
commit | b7a56dc32221322d3f37c9f1d853a3b162500ef3 (patch) | |
tree | 7d51984c882397b72c583d81d5ec85343880f465 /fixincludes/fixincl.x | |
parent | dfd41e6d60378d58a268b5cb1f6243ded261a423 (diff) | |
download | gcc-b7a56dc32221322d3f37c9f1d853a3b162500ef3.tar.gz |
* inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
* fixincl.x: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/fixincl.x')
-rw-r--r-- | fixincludes/fixincl.x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index aeb5a90f6aa..eb98f44958d 100644 --- a/fixincludes/fixincl.x +++ b/fixincludes/fixincl.x @@ -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. * @@ -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 */ |