include/bsd/sys/endian.h


Log

Author Commit Date CI Message
Guillem Jover e7f39760 2012-03-23T10:31:42 Add email address to my name
Robert Millan 4eab0cc3 2012-01-03T05:29:36 Add inline endian encoding/decoding functions Taken from FreeBSD. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Guillem Jover 866f73af 2012-01-03T05:39:22 Move overlay inclusions outside of header protection Glibc tends to include standard headers with special definitions that make few declarations or macros visible, this stomps over the overlay #include_next <> logic. Based-on-patch-by: Robert Millan <rmh@debian.org>
Guillem Jover 8be40010 2011-05-27T20:37:10 Add new <bsd/sys/endian.h> header