diff options
| author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-06 08:28:35 +0000 |
|---|---|---|
| committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-06 08:28:35 +0000 |
| commit | d4a8ec92ecf942be90318c71c42710aadb8d25ad (patch) | |
| tree | bba0202d063e46f1ca52ae47268984f42a318896 /fixincludes/tests/base/linux | |
| parent | 3c32a9aceaedf224e9ead3f246397cbd2419b100 (diff) | |
| download | ppe42-gcc-d4a8ec92ecf942be90318c71c42710aadb8d25ad.tar.gz ppe42-gcc-d4a8ec92ecf942be90318c71c42710aadb8d25ad.zip | |
2013-12-06 Richard Biener <rguenther@suse.de>
* inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
being not compatible with C++.
* tests/base/linux/vt.h: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base/linux')
| -rw-r--r-- | fixincludes/tests/base/linux/vt.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/linux/vt.h b/fixincludes/tests/base/linux/vt.h new file mode 100644 index 00000000000..4814ab642c0 --- /dev/null +++ b/fixincludes/tests/base/linux/vt.h @@ -0,0 +1,14 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/linux/vt.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( SUSE_LINUX_VT_CXX_CHECK ) +unsigned int newev; /* New console (if changing) */ +#endif /* SUSE_LINUX_VT_CXX_CHECK */ |

