Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * pread.c: Include stdio.h. | Ian Lance Taylor | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | * ffsll.c: New file. | Ian Lance Taylor | 2009-03-28 | 1 | -1/+3 |
| | | | | | | | | | * configure.ac: Call AC_REPLACE_FUNCS on ffsll. * gold.h (ffsll): Declare if HAVE_FFSLL is not defined. * ftruncate.c (ftruncate): Declare before definition. * mremap.c (mremap): Likewise. * pread.c (pread): Likewise. * configure, Makefile.in, config.in: Rebuild. | ||||
* | Rework File_read interface. Get file size. Use pread when | Ian Lance Taylor | 2007-09-25 | 1 | -0/+39 |
available. |