summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbsize.c
Commit message (Collapse)AuthorAgeFilesLines
* Back out the s/int */size_t */ commit.obrien2002-12-301-1/+1
| | | | | It makes a difference on 64-bit arches, and no one really wants a 2^64 block size [yet].
* Make the first argument of getbsize a size_t* instead of an int*, as this is ↵markm2002-10-231-2/+3
| | | | what the quantity actually is. Fix an easy const while I'm here.
* Fix the style of the SCM ID's.obrien2002-03-221-2/+4
| | | | I believe have made all of libc .c's as consistent as possible.
* Fixed printf format errors.bde1998-08-021-1/+1
|
* Fixed printf format errors.bde1998-06-301-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+106
OpenPOWER on IntegriCloud