summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-11-27 09:59:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-11-27 10:04:00 -0800
commit04191d1b325186fcd788a4a0a89274f8b9a9943b (patch)
tree2223c103e593c18579caa70b334eedd85de26877 /ChangeLog
parentac6115cfb3a71be3a472835d420fbef24cd4889a (diff)
downloadgnulib-04191d1b325186fcd788a4a0a89274f8b9a9943b.tar.gz
explicit_bzero: work with gcc -std=c99
* lib/explicit_bzero.c (explicit_bzero) [__GNUC__ && !__clang__]: Use __asm__ instead of asm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36825874d2..eedab2ae83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ explicit_bzero: work with gcc -std=c99
+ * lib/explicit_bzero.c (explicit_bzero) [__GNUC__ && !__clang__]:
+ Use __asm__ instead of asm.
+
2022-11-26 Paul Eggert <eggert@cs.ucla.edu>
Prefer "kill -INT" to killing with a number