summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strncpy.c')
-rw-r--r--lib/libc/string/strncpy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c
index 5003a199a9b..d6d8647fc76 100644
--- a/lib/libc/string/strncpy.c
+++ b/lib/libc/string/strncpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strncpy.c,v 1.7 2014/06/10 04:17:37 deraadt Exp $ */
+/* $OpenBSD: strncpy.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -56,3 +56,4 @@ strncpy(char *dst, const char *src, size_t n)
}
return (dst);
}
+DEF_STRONG(strncpy);