summaryrefslogtreecommitdiff
path: root/arch/arm/bits
AgeCommit message (Expand)AuthorFilesLines
2012-02-15add float_t and double_t to math.hRich Felker1-0/+3
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker1-6/+0
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker1-6/+6
2011-10-15don't define wchar_t on c++Rich Felker1-0/+2
2011-10-05fix fcntl O_* flags for armRich Felker1-4/+4
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker1-1/+2
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker1-15/+6
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker1-121/+12
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2-6/+6
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker1-10/+10
2011-09-18initial commit of the arm portRich Felker25-0/+1957