filebuf_sputn_unbuf.cc: Include unistd.h for unlink.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 4 Aug 2011 02:26:52 +0000 (02:26 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 4 Aug 2011 02:26:52 +0000 (02:26 +0000)
commitc7c2e8316cc7cc99d8dfc9aa166e7af1b0b14516
tree404d244c97620adafd7412be52f7dd9b06617389
parent17ab63903afcfddc6c1eeb8892170374390f6621
filebuf_sputn_unbuf.cc: Include unistd.h for unlink.

2011-08-03  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/performance/27_io/filebuf_sputn_unbuf.cc: Include
unistd.h for unlink.
* testsuite/performance/27_io/ofstream_insert_int.cc: Same.
* testsuite/performance/27_io/ifstream_extract_int.cc: Same.
* testsuite/performance/27_io/ifstream_getline-2.cc: Same.
* testsuite/performance/27_io/fstream_seek_write.cc: Same.
* testsuite/performance/27_io/ifstream_extract_chars.cc: Same.
* testsuite/performance/27_io/ofstream_insert_float.cc: Same.
* testsuite/performance/27_io/ifstream_extract_float.cc: Same.
* testsuite/performance/27_io/filebuf_sputc.cc: Same.

From-SVN: r177307
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc
libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc
libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc