io/unix.c: Add member special_file to type unix_stream.
authorThomas Koenig <Thomas.Koenig@online.de>
Tue, 12 Jul 2005 19:52:19 +0000 (19:52 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 12 Jul 2005 19:52:19 +0000 (19:52 +0000)
commit5133e4b923b5648cc7fc2f27bb03f02855dbbe94
treeda374bb9ec1399b596949ba90944c887ee748ce6
parent04be5ce5ec84b1dab39372f89d59888988a3195e
io/unix.c: Add member special_file to type unix_stream.

2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>

io/unix.c:  Add member special_file to type unix_stream.
(fd_truncate):  Don't call ftruncate or chsize if
s refers to a special file.
(fd_to_stream):  initialize s->special_file.

2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>

gfortran.dg/dev_null.f90:  Remove targets.

From-SVN: r101937
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dev_null.f90
libgfortran/ChangeLog
libgfortran/io/unix.c