You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
It is possible (albeit unusual) to boot a big-endian system on a smartphone, and it's generally good to have portable code. le32toh and htole32 are a glibc extension that is also implemented by musl-libc, uclibc-ng, and bionic. Signed-off-by: J. Neuschäfer <j.ne@posteo.net>