summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 19:11:56 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 19:11:56 +0000
commit04bb057e1b198eec7a67a4ecc810a07c2c8a24e2 (patch)
tree8ba20b6741df7432c21156d01fc8f7d9e2d03011 /libc/stdio
parent25fbf2080e743bc6ddd3674789d8836b185cb924 (diff)
Hide some more
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/_wfwrite.c4
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)