Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-09 | * pread.c: Include stdio.h. | Ian Lance Taylor | 1 | -1/+2 | |
2009-03-28 | * ffsll.c: New file. | Ian Lance Taylor | 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. | |||||
2007-09-25 | Rework File_read interface. Get file size. Use pread when | Ian Lance Taylor | 1 | -0/+39 | |
available. |