summaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixincl.x
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-05-22 13:02:16 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-05-22 13:02:16 -0700
commitd5bcfcce1de864ef89864826caee97412f1aa482 (patch)
tree70ed95549890212e62867c6ab70492460d78336a /gcc/fixinc/fixincl.x
parentac30211cb91b317dcf1971bbe45fa249afa433b1 (diff)
downloadgcc-d5bcfcce1de864ef89864826caee97412f1aa482.tar.gz
inclhack.def (thread_keyword): Allow as any prototype arg.
* fixinc/inclhack.def (thread_keyword): Allow as any prototype arg. * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild. From-SVN: r53745
Diffstat (limited to 'gcc/fixinc/fixincl.x')
-rw-r--r--gcc/fixinc/fixincl.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x
index 7d5f0bbd7b9..c8d09d8ef77 100644
--- a/gcc/fixinc/fixincl.x
+++ b/gcc/fixinc/fixincl.x
@@ -4587,7 +4587,7 @@ tSCC zThread_KeywordList[] =
* content selection pattern - do fix if pattern found
*/
tSCC zThread_KeywordSelect0[] =
- "pthread_t __thread([^a-z0-9_])";
+ " __thread,";
#define THREAD_KEYWORD_TEST_CT 1
static tTestDesc aThread_KeywordTests[] = {
@@ -4598,7 +4598,7 @@ static tTestDesc aThread_KeywordTests[] = {
*/
static const char* apzThread_KeywordPatch[] = {
"format",
- "pthread_t __thr%1",
+ " __thr,",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *