summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-11-27 17:15:24 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-11-27 20:50:23 -0800
commitadadac58193206f7ad9c9d66ea0a7c18d5a06158 (patch)
treeb0e4640c536add94b308457d530032dc7b103d15 /m4
parent5fd9ee20f836906a85347b6b53b7ddfaafcb8afc (diff)
downloadgnulib-adadac58193206f7ad9c9d66ea0a7c18d5a06158.tar.gz
explicit_bzero: add poison
* m4/string_h.m4 (gl_STRING_H): Poison explicit_bzero. This was inadvertently omitted when explicit_bzero was added.
Diffstat (limited to 'm4')
-rw-r--r--m4/string_h.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/string_h.m4 b/m4/string_h.m4
index 9e09b96e16..df44e85e59 100644
--- a/m4/string_h.m4
+++ b/m4/string_h.m4
@@ -21,7 +21,8 @@ AC_DEFUN_ONCE([gl_STRING_H],
dnl guaranteed by C89.
gl_WARN_ON_USE_PREPARE([[#include <string.h>
]],
- [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
+ [explicit_bzero ffsl ffsll memmem mempcpy memrchr
+ rawmemchr stpcpy stpncpy strchrnul
strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r
strerror_r strerrorname_np sigabbrev_np sigdescr_np strsignal strverscmp])