diff options
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index e8ddd869bb..53ae5b4e9e 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -230,6 +230,10 @@ size_t strlcpy(char *__restrict dest, const char *__restrict src, size_t destsize); #endif +#ifndef HAVE_EXPLICIT_BZERO +void explicit_bzero(void *buf, size_t len); +#endif + #if !defined(HAVE_STRUCT_MMSGHDR_MSG_HDR) || !defined(HAVE_SENDMMSG) /* avoid conflicts in case we have partial support */ #define mmsghdr frr_mmsghdr |
