summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wctob.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/wctob.c')
-rw-r--r--lib/libc/locale/wctob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/wctob.c b/lib/libc/locale/wctob.c
index ea1f40c58aa..51ac3552368 100644
--- a/lib/libc/locale/wctob.c
+++ b/lib/libc/locale/wctob.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wctob.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
+/* $OpenBSD: wctob.c,v 1.3 2015/09/12 16:23:14 guenther Exp $ */
/*-
* Copyright (c) 2002-2004 Tim J. Robbins.
* All rights reserved.
@@ -41,3 +41,4 @@ wctob(wint_t c)
return (EOF);
return ((unsigned char)*buf);
}
+DEF_STRONG(wctob);