aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2023-02-04 14:55:12 -0800
committerPaul Eggert2023-02-04 15:14:16 -0800
commitb429274c5b4b2b511d2d351111dea2d354498e0f (patch)
tree35235a7e31665895978b9e3bea91d4c74859e2b4 /admin
parent04d97e76a96854a9a9f4778cb1202a87537731de (diff)
downloademacs-b429274c5b4b2b511d2d351111dea2d354498e0f.tar.gz
emacs-b429274c5b4b2b511d2d351111dea2d354498e0f.zip
Use Gnulib module alignasof instead of stdalign
* admin/merge-gnulib (GNULIB_MODULES): Replace obsolescent Gnulib module stdalign with alignasof. * lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate. * lib/stdalign.in.h: Remove; no longer needed.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/merge-gnulib4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index 7f4b6678a94..04e3e34b9f9 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -26,7 +26,7 @@
26GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git 26GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git
27 27
28GNULIB_MODULES=' 28GNULIB_MODULES='
29 alloca-opt binary-io byteswap c-ctype c-strcase 29 alignasof alloca-opt binary-io byteswap c-ctype c-strcase
30 canonicalize-lgpl 30 canonicalize-lgpl
31 careadlinkat close-stream copy-file-range 31 careadlinkat close-stream copy-file-range
32 count-leading-zeros count-one-bits count-trailing-zeros 32 count-leading-zeros count-one-bits count-trailing-zeros
@@ -44,7 +44,7 @@ GNULIB_MODULES='
44 nanosleep nproc nstrftime 44 nanosleep nproc nstrftime
45 pathmax pipe2 pselect pthread_sigmask 45 pathmax pipe2 pselect pthread_sigmask
46 qcopy-acl readlink readlinkat regex 46 qcopy-acl readlink readlinkat regex
47 sig2str sigdescr_np socklen stat-time std-gnu11 stdalign stdbool stddef stdio 47 sig2str sigdescr_np socklen stat-time std-gnu11 stdbool stddef stdio
48 stpcpy strnlen strtoimax symlink sys_stat sys_time 48 stpcpy strnlen strtoimax symlink sys_stat sys_time
49 tempname time time_r time_rz timegm timer-time timespec-add timespec-sub 49 tempname time time_r time_rz timegm timer-time timespec-add timespec-sub
50 update-copyright unlocked-io utimensat 50 update-copyright unlocked-io utimensat