]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: use alignasof, not stdalign
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Feb 2023 22:42:21 +0000 (14:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Feb 2023 22:42:58 +0000 (14:42 -0800)
* .gitignore: Update accordingly.
* bootstrap.conf (gnulib_modules): Replace obsolescent stdalign
with alignasof.
* gl/modules/randread (Depends-on): Depend on alignasof, not stdalign.

.gitignore
bootstrap.conf
gl/modules/randread

index 59e05de03e685c5ee4e88ccbc91fdb8c6d2c88fb..431616beb95db10b3b683182435b61c3a4345096 100644 (file)
@@ -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
index f04c906242fa60899d87db2444a205e1e5d17bce..01430429b41b432182f23d88027f29b48dac4451 100644 (file)
@@ -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
index cba84db354921ae41cf93a7408e47cbbe155f770..c5fe8207c24eeb9e18ee05eedc8bc8d87eb39ef8 100644 (file)
@@ -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