summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcrtomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/wcrtomb.c')
-rw-r--r--lib/libc/locale/wcrtomb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wcrtomb.c b/lib/libc/locale/wcrtomb.c
index 8c8b2cd..116dce5 100644
--- a/lib/libc/locale/wcrtomb.c
+++ b/lib/libc/locale/wcrtomb.c
@@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$");
#include <wchar.h>
size_t
-wcrtomb(char *__restrict s, wchar_t wc, mbstate_t *__restrict ps __unused)
+wcrtomb(char * __restrict s, wchar_t wc, mbstate_t * __restrict ps __unused)
{
char *e;
OpenPOWER on IntegriCloud