This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
History
Augustin Cavalier
8e309168b9
headers/posix: Use separate naming for the byte-swap macros.
...
This avoids a compile error on GCC4 when ByteOrder.h is included after it.
2019-03-27 00:25:34 -04:00
..
build
build: Use the main ByteOrder.h.
2019-03-26 19:13:01 -04:00
compatibility
pthread: add pthread_getattr_np.
2019-03-08 19:50:45 +00:00
config
sparc: add defines and minimum set of required files
2019-02-23 16:30:50 +00:00
cpp
…
glibc
…
libs
…
os
netinet/in: Use the GCC4 builtin byteswap functions for htonl.
2019-03-26 19:33:43 -04:00
posix
headers/posix: Use separate naming for the byte-swap macros.
2019-03-27 00:25:34 -04:00
private
bootloader: Add the network endianness macros to NetDefs.h.
2019-03-26 21:51:42 -04:00
tools
…