diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-06 01:25:59 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-06 01:25:59 +0000 |
commit | b67f0bc6f336d9ac17ae15c025ea23429b4431e5 (patch) | |
tree | 0170da684625b6c96d1f7b05f48e694907ca198a /fixincludes/inclhack.def | |
parent | 4777eff425f6aeef6004a2a531cda31586eaa836 (diff) | |
download | gcc-b67f0bc6f336d9ac17ae15c025ea23429b4431e5.tar.gz |
check in required changes for base/sys/sysmacros.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r-- | fixincludes/inclhack.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index e47d7bdcd15..e2ac55c2aa4 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -1375,6 +1375,7 @@ fix = { test_text = <<-EOT __extension__ extern __inline unsigned int __extension__ __extern_inline unsigned int + extern __inline unsigned int EOT; }; |