[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
maint: Prefer endian.h for byte order conversions
From: |
Collin Funk |
Subject: |
maint: Prefer endian.h for byte order conversions |
Date: |
Sat, 29 Jun 2024 04:53:09 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Now that <endian.h> is a part of POSIX 2024 it should become more
portable than <byteswap.h>. And it simplifies the code a bit. Patches
attached.
Side note, I feel like gnulib-tool should deal with adding the built
versions of the *.in.h headers. That way it doesn't have to be done
manually. I'll have a look at that.
Collin
0001-build-update-gnulib-submodule-to-latest.patch
Description: Text Data
0002-maint-Prefer-endian.h-for-byte-order-conversions.patch
Description: Text Data
- maint: Prefer endian.h for byte order conversions,
Collin Funk <=