From 5699313c7615a0006ba39bed40725f6eae52274d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 4 Feb 2023 14:42:21 -0800 Subject: [PATCH] maint: use alignasof, not stdalign * .gitignore: Update accordingly. * bootstrap.conf (gnulib_modules): Replace obsolescent stdalign with alignasof. * gl/modules/randread (Depends-on): Depend on alignasof, not stdalign. --- .gitignore | 1 - bootstrap.conf | 2 +- gl/modules/randread | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 59e05de03..431616beb 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,6 @@ /lib/signal.h /lib/spawn.h /lib/stamp-h1 -/lib/stdalign.h /lib/stdarg.h /lib/stdbool.h /lib/stdckdint.h diff --git a/bootstrap.conf b/bootstrap.conf index f04c90624..01430429b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,6 +27,7 @@ gnulib_modules=" $avoided_gnulib_modules acl alignalloc + alignasof alloca announce-gen areadlink-with-size @@ -248,7 +249,6 @@ gnulib_modules=" stat-macros stat-size stat-time - stdalign stdbool stdlib-safer stpcpy diff --git a/gl/modules/randread b/gl/modules/randread index cba84db35..c5fe8207c 100644 --- a/gl/modules/randread +++ b/gl/modules/randread @@ -8,6 +8,7 @@ lib/randread.c lib/randread.h Depends-on: +alignasof error exitfail inline @@ -15,7 +16,6 @@ fopen-safer getrandom quote minmax -stdalign stdbool stdint unlocked-io -- 2.11.4.GIT