aboutsummaryrefslogtreecommitdiff
path: root/libio/filedoalloc.c
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove libioMark Mitchell1-120/+0
From-SVN: r39453
1999-12-15filedoalloc.c, [...]: Remove advertising clause from BSD license, pursuant withJason Merrill1-11/+24
* filedoalloc.c, floatio.h, iovfprintf.c, iovfscanf.c: Remove advertising clause from BSD license, pursuant with ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change From-SVN: r30947
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
1997-10-16configure.in: Create compatibility code in bits/libc-lock.h file.Jeff Law1-1/+1
* configure.in: Create compatibility code in bits/libc-lock.h file. * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is not defined. * filedoalloc.c (_IO_file_doallocate): Don't call _IO_cleanup_registration_needed if __linux__ is defined. * iofclose.c (fclose): Make it weak alias of _IO_fclose if __ELF__ is defined. * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf if __ELF__ is defined. * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if __ELF__ is defined. * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP. (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o iovsprintf.o iovsscanf.o strops.o. From-SVN: r15931
1997-09-06Insert libio rewrite and its various changes from devo.Brendan Kehoe1-32/+40
From-SVN: r15129
1997-08-21Initial revisionJason Merrill1-0/+102
From-SVN: r14877