summaryrefslogtreecommitdiff
path: root/include/endian.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06take byte order from gcc if gcc has defined itRich Felker1-0/+4
this only works with gcc 4.6 and later, but it allows us to support non-default endianness on archs like arm, mips, ppc, etc. that can do both without having separate header sets for both variants, and it saves one #include even on fixed-endianness archs like x86.
2012-05-03uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker1-3/+12
2012-04-22fix breakage in endian.hRich Felker1-1/+1
2012-04-22add some ugly byte swapping cruft in endian.hRich Felker1-0/+59
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+17