diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 19:11:56 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 19:11:56 +0000 |
commit | 04bb057e1b198eec7a67a4ecc810a07c2c8a24e2 (patch) | |
tree | 8ba20b6741df7432c21156d01fc8f7d9e2d03011 /libc/stdio | |
parent | 25fbf2080e743bc6ddd3674789d8836b185cb924 (diff) |
Hide some more
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/_wfwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/_wfwrite.c b/libc/stdio/_wfwrite.c index a31622bf8..0febbf45a 100644 --- a/libc/stdio/_wfwrite.c +++ b/libc/stdio/_wfwrite.c @@ -16,8 +16,8 @@ #warning TODO: Fix prototype. #endif extern size_t __wcsnrtombs(char *__restrict dst, - const wchar_t **__restrict src, - size_t NWC, size_t len, mbstate_t *__restrict ps); + const wchar_t **__restrict src, + size_t NWC, size_t len, mbstate_t *__restrict ps) attribute_hidden; size_t attribute_hidden _wstdio_fwrite(const wchar_t *__restrict ws, size_t n, register FILE *__restrict stream) |