aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/linux
AgeCommit message (Collapse)AuthorFilesLines
2014-08-12inclhack.def (complier_h_tradcpp): Remove.Alexander Ivchenko1-14/+0
fixincludes/ * inclhack.def (complier_h_tradcpp): Remove. * fixincl.x: Regenerate. * tests/base/linux/compiler.h: Remove. From-SVN: r213853
2013-12-08fenv.h on UbuntuBruce Korb1-1/+1
plus fix the ordering of the patches: * inclhack.def: many of the headers found under "bits/" are often stashed under architecture directories. Apply fixes to those, too. Also, re-ordered misordered fixes. * tests/base/linux/vt.h: 80 columns in .def file limitation * tests/base/iso/math_c99.h: adjust ordering * tests/base/rtldef/string.h: likewise * tests/base/bits/fenv.h: likewise * tests/base/pthread.h: likewise From-SVN: r205793
2013-12-06inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h being not ↵Richard Biener1-0/+14
compatible with C++. 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. From-SVN: r205729
2013-07-02Added missed file from previous fixincludes commit.Kirill Yukhin1-0/+14
fixincludes/tests/base/linux/compiler.h: New. From-SVN: r200603