diff options
Diffstat (limited to 'newlib/libc/include/string.h')
-rw-r--r-- | newlib/libc/include/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h index 8580d16..c43106b 100644 --- a/newlib/libc/include/string.h +++ b/newlib/libc/include/string.h @@ -51,6 +51,9 @@ int _EXFUN(bcmp,(const void *, const void *, size_t)); void _EXFUN(bcopy,(const void *, void *, size_t)); void _EXFUN(bzero,(void *, size_t)); #endif +#if __BSD_VISIBLE +void _EXFUN(explicit_bzero,(void *, size_t)); +#endif #if __MISC_VISIBLE || __POSIX_VISIBLE >= 200809 int _EXFUN(ffs,(int)); #endif |