summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-09-15 00:43:39 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-15 00:44:01 -0500
commit7363a58286783a0b1a880faed7f7f9eaaf3c1b72 (patch)
tree129993e3327d77fb3cd6f1080da5dc82fa0256eb /gl
parentb29ef22135c57a032c3c8d65b345a8f16e7b2b26 (diff)
downloadcoreutils-7363a58286783a0b1a880faed7f7f9eaaf3c1b72.tar.gz
maint: assume C23 alignof
* 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.
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/randread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gl/lib/randread.c b/gl/lib/randread.c
index f4ac7c2e0..54d2e935b 100644
--- a/gl/lib/randread.c
+++ b/gl/lib/randread.c
@@ -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>