aboutsummaryrefslogtreecommitdiff
path: root/libio/stdstreams.cc
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove libioMark Mitchell1-153/+0
From-SVN: r39453
2000-09-23stdstreams.cc: Include <libio.h>, not "libio.h".Franz Sirl1-1/+1
2000-09-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * stdstreams.cc: Include <libio.h>, not "libio.h". * iolibio.h: Likewise. (_IO_pos_BAD): Use _IO_off_t instead of _IO_fpos_t. * libio.h (_IO_USER_LOCK): Define. From-SVN: r36580
1997-08-21Initial revisionJason Merrill1-0/+153
From-SVN: r14877