summaryrefslogtreecommitdiff
path: root/strlcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'strlcpy.h')
-rw-r--r--strlcpy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/strlcpy.h b/strlcpy.h
index 824df300c..9afbd39c5 100644
--- a/strlcpy.h
+++ b/strlcpy.h
@@ -1,4 +1,9 @@
1#ifndef _STRLCPY_H 1#ifndef _STRLCPY_H
2#define _STRLCPY_H 2#define _STRLCPY_H
3
4#include "config.h"
5#ifndef HAVE_STRLCPY
3size_t strlcpy(char *dst, const char *src, size_t siz); 6size_t strlcpy(char *dst, const char *src, size_t siz);
7#endif /* !HAVE_STRLCPY */
8
4#endif /* _STRLCPY_H */ 9#endif /* _STRLCPY_H */