From: Paul Eggert Date: Sat, 4 Feb 2023 22:42:21 +0000 (-0800) Subject: maint: use alignasof, not stdalign X-Git-Tag: v9.2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5699313c7615a0006ba39bed40725f6eae52274d;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/.gitignore b/.gitignore index 59e05de03e..431616beb9 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 f04c906242..01430429b4 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 cba84db354..c5fe8207c2 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