|
@@ -107,7 +107,7 @@ extern char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2
|
|
extern char *perf_pathdup(const char *fmt, ...)
|
|
extern char *perf_pathdup(const char *fmt, ...)
|
|
__attribute__((format (printf, 1, 2)));
|
|
__attribute__((format (printf, 1, 2)));
|
|
|
|
|
|
-#ifdef NO_STRLCPY
|
|
|
|
|
|
+#ifndef HAVE_STRLCPY
|
|
extern size_t strlcpy(char *dest, const char *src, size_t size);
|
|
extern size_t strlcpy(char *dest, const char *src, size_t size);
|
|
#endif
|
|
#endif
|
|
|
|
|