freebsd-dev/lib/libc/powerpc
Andrew Gallatin df11547f5d Fix printing of long doubles to match the size that
gcc is using.  This fixes devstat consumers (like vmstat, iostat,
systat) so they don't print crazy zillion digit numbers for
disk transfers and bandwidth.

According to gcc, long doubles are 64-bits, rather than 128 bits
like the SVR4 ABI spec wants them to be..  Note that MacOSX also treats
long doubles as 64-bits, and not 128 bits, so we are in good company.

Reviewed by: das
Approved by: grehan
2004-07-19 23:56:07 +00:00
..
gen Add signalcontext, required by KSE. 2004-07-19 12:08:03 +00:00
net
stdlib Fix printing of long doubles to match the size that 2004-07-19 23:56:07 +00:00
sys Add the mlockall() and munlockall() system calls. 2003-08-11 07:14:08 +00:00
_fpmath.h Fix printing of long doubles to match the size that 2004-07-19 23:56:07 +00:00
arith.h Add a comment describing why it's important for the values in this 2003-05-08 13:50:44 +00:00
SYS.h We don't need our own personal definition of __CONCAT. 2003-01-18 23:26:04 +00:00