summaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsrtombs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/wcsrtombs.c')
-rw-r--r--lib/libc/locale/wcsrtombs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/wcsrtombs.c b/lib/libc/locale/wcsrtombs.c
index ccda84eb4857..ea3354b8d9ed 100644
--- a/lib/libc/locale/wcsrtombs.c
+++ b/lib/libc/locale/wcsrtombs.c
@@ -34,8 +34,8 @@ __FBSDID("$FreeBSD$");
#include <wchar.h>
size_t
-wcsrtombs(char *__restrict dst, const wchar_t **__restrict src, size_t len,
- mbstate_t *__restrict ps __unused)
+wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len,
+ mbstate_t * __restrict ps __unused)
{
char buf[MB_LEN_MAX];
const wchar_t *s;