[PATCH 2/2] conform: Add initial support for XOPEN2K24
Yury Khrustalev
yury.khrustalev@arm.com
Wed Mar 11 12:36:41 GMT 2026
On Wed, Feb 25, 2026 at 08:00:27PM -0800, Collin Funk wrote:
> Make XOPEN2K24 checks the same as XOPEN2K8 using the following command:
>
> $ find conform -name '*.h-data' | xargs sed -i \
> -e 's| !defined XOPEN2K8| !defined XOPEN2K8 \&\& !defined XOPEN2K24|g' \
> -e 's| defined XOPEN2K8| defined XOPEN2K8 \|\| defined XOPEN2K24|g' \
> -e 's|ifdef XOPEN2K8|if defined XOPEN2K8 \|\| defined XOPEN2K24|g' \
> -e 's|ifndef XOPEN2K8|if !defined XOPEN2K8 \&\& !defined XOPEN2K24|g'
LGTM. This patch does what has been suggested by Joseph Myers in [1].
Reviewed-by: Yury Khrustalev <yury.khrustalev@arm.com>
[1]: https://inbox.sourceware.org/libc-alpha/297b16f2-a03b-cd19-1522-0207833fddbf@redhat.com
Thanks,
Yury
More information about the Libc-alpha
mailing list