summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-09 21:00:12 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-09 21:00:12 +0000
commitfa9147bb8f8fe6b0a504a43d43764940411993d3 (patch)
tree9278c52dc53db1f4e698461baf7ed29e88aebea7 /libc/stdio
parentdee597fea748702998e3640a7cd2759b8256c1b2 (diff)
Implement hidden listen, use the hidden listen/accept
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/_stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h
index c5dd22935..692dd9109 100644
--- a/libc/stdio/_stdio.h
+++ b/libc/stdio/_stdio.h
@@ -44,6 +44,7 @@ extern int __vfwprintf (__FILE *__restrict __s,
extern int __vfwscanf (__FILE *__restrict __s,
__const wchar_t *__restrict __format,
__gnuc_va_list __arg) attribute_hidden;
+
extern int __vswscanf (__const wchar_t *__restrict __s,
__const wchar_t *__restrict __format,
__gnuc_va_list __arg) __THROW attribute_hidden;