explicit_bzero: Add fallback for other compilers.
commitcd1b752fa6c5e0aa677f44843ebbe896c10d58ca
authorBastien Roucariès <rouca@debian.org>
Sat, 23 Jan 2021 13:31:44 +0000 (23 14:31 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Jan 2021 13:31:44 +0000 (23 14:31 +0100)
tree0bd4bd3d9ce22a11f56ea5bfa9c6d7f552810907
parentac8adb391d472cfa4154d8ec930e950be65a11d1
explicit_bzero: Add fallback for other compilers.

* lib/explicit_bzero.c (explicit_bzero): For other compilers, invoke
memset through a volatile function pointer.
ChangeLog
lib/explicit_bzero.c