blob: 1f06942e738925bb82cbbf421eb00eaff1eac4df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- my-string.h.orig 2024-10-18 08:41:29 UTC
+++ my-string.h
@@ -72,6 +72,8 @@ extern const char *sys_errlist[];
#if NDECL_BZERO && !defined(bzero)
# if BZERO_IN_STDLIB_H
# include "my-stdlib.h"
+# elif BZERO_IN_STRINGS_H
+# include <strings.h>
# else
extern void bzero(char *, int);
# endif
|