aboutsummaryrefslogtreecommitdiffstats
path: root/src/die.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-09-12 23:06:24 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-12 23:07:06 -0500
commitede8203763fe9c68b46ce2ccae8473107fa59870 (patch)
treeed9623d2e1fa5aea6ce2b06b0768b3fcc9dd5cfe /src/die.h
parentbuild: update gnulib submodule to latest (diff)
downloadcoreutils-ede8203763fe9c68b46ce2ccae8473107fa59870.tar.gz
coreutils-ede8203763fe9c68b46ce2ccae8473107fa59870.zip
maint: adjust to Gnulib stdbool C23 change
* gl/lib/mbsalign.c, gl/lib/randread.c, gl/lib/targetdir.h: * gl/lib/xdectoint.c, gl/lib/xfts.c, gl/lib/xfts.h: * src/blake2/b2sum.c, src/copy.h, src/die.h, src/system.h: Don’t include <stdbool.h>, since Gnulib now emulates C23.
Diffstat (limited to 'src/die.h')
-rw-r--r--src/die.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/die.h b/src/die.h
index 7563e6894..0afb401fa 100644
--- a/src/die.h
+++ b/src/die.h
@@ -20,7 +20,6 @@
# define DIE_H
# include <error.h>
-# include <stdbool.h>
# include <verify.h>
/* Like 'error (STATUS, ...)', except STATUS must be a nonzero constant.