diff options
author | Krister Walfridsson <cato@df.lth.se> | 1998-02-12 16:56:18 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-12 16:56:18 -0700 |
commit | f3a5aedcbd07d9cf7f19034070030ed1431482bf (patch) | |
tree | dbff74a30787f1e1da23b9895e1cf0dc3d0d20f5 /libio | |
parent | 5e0e0f036a20508d674c8e17df4c6855e267d514 (diff) | |
download | gcc-f3a5aedcbd07d9cf7f19034070030ed1431482bf.zip gcc-f3a5aedcbd07d9cf7f19034070030ed1431482bf.tar.gz gcc-f3a5aedcbd07d9cf7f19034070030ed1431482bf.tar.bz2 |
fileops.c: #include <unistd.h>.
f
* fileops.c: #include <unistd.h>.
* ioprims.c: Likewise.
From-SVN: r17888
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index fca6ef1..d97d6fe 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 13 00:57:20 1998 Krister Walfridsson (cato@df.lth.se) + + * fileops.c: #include <unistd.h>. + * ioprims.c: Likewise. + 1998-02-10 Mark Mitchell <mmitchell@usa.net> * iostream.cc (ostream::operator<<(long double)): Don't use |