add htole32/le32toh for Solaris
This commit is contained in:
parent
3c49cfb344
commit
29159e34e3
@ -132,8 +132,10 @@
|
||||
#define be16toh(x) BE_IN16(x)
|
||||
#define betoh16(x) BE_IN16(x)
|
||||
#define htobe16(x) BE_16(x)
|
||||
#define le32toh(x) LE_IN32(x)
|
||||
#define be32toh(x) BE_IN32(x)
|
||||
#define betoh32(x) BE_IN32(x)
|
||||
#define htole32(x) LE_32(x)
|
||||
#define htobe32(x) BE_32(x)
|
||||
#define be64toh(x) BE_IN64(x)
|
||||
#define betoh64(x) BE_IN64(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user