diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-05 12:30:15 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | 4d7e1d2f233ee982014220cb18be8eb773a11709 (patch) | |
| tree | f0a8b8582936c3639d6e115dd0f36825dc241102 /pkg/openbsd/include | |
| parent | d19e6b823b76a87264202bbdd9c5b7e9773554e9 (diff) | |
openbsd: Use explicit_bzero from musl 1.1.20
Diffstat (limited to 'pkg/openbsd/include')
| -rw-r--r-- | pkg/openbsd/include/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/openbsd/include/string.h b/pkg/openbsd/include/string.h index aded485f..9cf9ac92 100644 --- a/pkg/openbsd/include/string.h +++ b/pkg/openbsd/include/string.h @@ -1,5 +1,4 @@ #include_next <string.h> -void explicit_bzero(void *, size_t); char *strcasestr(const char *, const char *); void strmode(int, char *); int timingsafe_memcmp(const void *, const void *, size_t); |
