]> Savannah Git Hosting - gnulib.git/commit
explicit_bzero: work with gcc -std=c99
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Nov 2022 17:59:32 +0000 (09:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Nov 2022 18:04:00 +0000 (10:04 -0800)
commit04191d1b325186fcd788a4a0a89274f8b9a9943b
tree2223c103e593c18579caa70b334eedd85de26877
parentac6115cfb3a71be3a472835d420fbef24cd4889a
explicit_bzero: work with gcc -std=c99

* lib/explicit_bzero.c (explicit_bzero) [__GNUC__ && !__clang__]:
Use __asm__ instead of asm.
ChangeLog
lib/explicit_bzero.c