summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-11-27 20:52:04 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-11-28 22:03:58 -0800
commitf6c259d67af65b2ed69e181897f98aaa40d9d15c (patch)
treeedf964d755c74dc263e6b8e76815b5eb7d672295 /modules
parente4603ee9bab4d34a3617bbde474ae9041997ec9a (diff)
downloadgnulib-f6c259d67af65b2ed69e181897f98aaa40d9d15c.tar.gz
read-file: use memset_explicit
* lib/read-file.c (fread_file, read_file): Use memset_explicit instead of explicit_bzero. * modules/read-file (Depends-on): Depend on memset_explicit instead of on explicit_bzero.
Diffstat (limited to 'modules')
-rw-r--r--modules/read-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/read-file b/modules/read-file
index e087c3567e..bdfdec8488 100644
--- a/modules/read-file
+++ b/modules/read-file
@@ -7,12 +7,12 @@ lib/read-file.c
m4/read-file.m4
Depends-on:
-explicit_bzero
fopen-gnu
free-posix
fstat
ftello
malloc-posix
+memset_explicit
realloc-posix
stdint
sys_stat