musl/arch/arm/bits
Rich Felker 47db8903f6 fix DECIMAL_DIG definitions
DECIMAL_DIG is not the same as LDBL_DIG

type_DIG is the maximimum number of decimal digits that can survive a
round trip from decimal to type and back to decimal.

DECIMAL_DIG is the minimum number of decimal digits required in order
for any floating point type to survive the round trip to decimal and
back, and it is generally larger than LDBL_DIG. since the exact
formula is non-trivial, and defining it larger than necessary may be
legal but wasteful, just define the right value in bits/float.h.
2012-03-21 12:42:48 -04:00
..
alltypes.h.sh add float_t and double_t to math.h 2012-02-15 21:47:55 -05:00
endian.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
errno.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
fcntl.h fix fcntl O_* flags for arm 2011-10-05 00:26:49 -04:00
fenv.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
float.h fix DECIMAL_DIG definitions 2012-03-21 12:42:48 -04:00
ioctl.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
ipc.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
limits.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
mman.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
msg.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
posix.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
reg.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
setjmp.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
shm.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
signal.h cleanup redundancy in bits/signal.h versions 2011-09-19 20:02:12 -04:00
socket.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
stat.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
statfs.h fix the definition of struct statvfs to match lsb abi 2011-09-19 23:35:48 -04:00
stdarg.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
stdint.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
syscall.h update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00
termios.h initial commit of the arm port 2011-09-18 16:44:54 -04:00
user.h fix some details in ugly stuff that doesn't belong in libc 2011-10-17 12:23:04 -04:00
wchar.h fix the type of wchar_t on arm; support wchar_t varying with arch 2011-09-19 17:39:51 -04:00