aboutsummaryrefslogtreecommitdiff
path: root/libio/fileops.c
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove libioMark Mitchell1-811/+0
From-SVN: r39453
1999-04-12filedoalloc.c (_POSIX_SOURCE): Remove definition.Mumit Khan1-3/+0
* filedoalloc.c (_POSIX_SOURCE): Remove definition. * fileops.c (_POSIX_SOURCE): Likewise. * iopopen.c (_POSIX_SOURCE): Likewise. * procbuf.cc (_POSIX_SOURCE): Likewise. * libioP.h (_POSIX_SOURCE): And define it here. * stdiostream.cc: Include libioP.h before others. From-SVN: r26380
1998-05-06typo typo fixes fixesJeff Law1-1/+1
From-SVN: r19601
1998-02-12fileops.c: #include <unistd.h>.Krister Walfridsson1-0/+1
( * fileops.c: #include <unistd.h>. * ioprims.c: Likewise. From-SVN: r17889
1997-09-16Uli's libio/libstdc++ patches.Ulrich Drepper1-34/+22
From-SVN: r15486
1997-09-06Insert libio rewrite and its various changes from devo.Brendan Kehoe1-215/+285
From-SVN: r15129
1997-08-21Initial revisionJason Merrill1-0/+755
From-SVN: r14877