diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h index c43106b33..2bda8f952 100644 --- a/newlib/libc/include/string.h +++ b/newlib/libc/include/string.h @@ -53,6 +53,7 @@ void _EXFUN(bzero,(void *, size_t)); #endif #if __BSD_VISIBLE void _EXFUN(explicit_bzero,(void *, size_t)); +int _EXFUN(timingsafe_bcmp,(const void *, const void *, size_t)); #endif #if __MISC_VISIBLE || __POSIX_VISIBLE >= 200809 int _EXFUN(ffs,(int)); |