OSDN Git Service

fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
[android-x86/external-musl-libc.git] / include / string.h
index ce1dc30..795a2ab 100644 (file)
@@ -82,6 +82,7 @@ void *memccpy (void *__restrict, const void *__restrict, int, size_t);
 char *strsep(char **, const char *);
 size_t strlcat (char *, const char *, size_t);
 size_t strlcpy (char *, const char *, size_t);
+void explicit_bzero (void *, size_t);
 #endif
 
 #ifdef _GNU_SOURCE