diff options
Diffstat (limited to 'newlib/libc/string/wmemset.c')
-rw-r--r-- | newlib/libc/string/wmemset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wmemset.c b/newlib/libc/string/wmemset.c index f9ec361..2120b56 100644 --- a/newlib/libc/string/wmemset.c +++ b/newlib/libc/string/wmemset.c @@ -59,8 +59,7 @@ No supporting OS subroutines are required. #include <wchar.h> wchar_t * -_DEFUN(wmemset, (s, c, n), - wchar_t *s, +wmemset (wchar_t *s, wchar_t c, size_t n) { |