]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: assume C23 alignof
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2022 05:43:39 +0000 (00:43 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2022 05:44:01 +0000 (00:44 -0500)
* gl/lib/randread.c, src/stat.c (print_statfs):
No need to include stdalign.h, now that alignof is a keyword
in C23 and Gnulib arranges for this.

gl/lib/randread.c
src/stat.c

index f4ac7c2e077f69469fc93739b899670b375be8f2..54d2e935beb4e2e9e007c6723459a519df1970c9 100644 (file)
@@ -29,7 +29,6 @@
 #include <exitfail.h>
 #include <fcntl.h>
 #include <quote.h>
-#include <stdalign.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
index 549762aba5eb471b83b4609c1e2ba68fc39383c5..edb2249ef063cc2c32ec5fe761e0fde7f1b7076e 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <stddef.h>
 #include <stdio.h>
-#include <stdalign.h>
 #include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>