diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-12-07 15:34:42 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-12-07 15:45:20 -0800 |
| commit | b211e5489b95f39f07baa769fc581b05b393c4a3 (patch) | |
| tree | 34f59c09f3779fdf25f32bccbe8aa48491ee5b4f /m4/stdalign.m4 | |
| parent | 0d43f2a562c84ff440da978a9275fc44e6f5d9da (diff) | |
Update from Gnulib by running admin/merge-gnulib
* admin/merge-gnulib (AVOIDED_MODULES): Add strncpy, as Emacs is not
likely to exercise the FreeBSD 15 strncpy bug that this module fixes.
* lib/issymlinkat.h: New file, taken from Gnulib.
Diffstat (limited to 'm4/stdalign.m4')
| -rw-r--r-- | m4/stdalign.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/stdalign.m4 b/m4/stdalign.m4 index d22360e1075..d4a7d92961c 100644 --- a/m4/stdalign.m4 +++ b/m4/stdalign.m4 @@ -82,8 +82,8 @@ AC_DEFUN([gl_ALIGNASOF], References: ISO C23 (latest free draft - <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf>) - sections 6.5.3.4, 6.7.5, 7.15. + <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf>) + sections 6.2.8, 6.7.6. C++11 (latest free draft <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf>) section 18.10. */ |
