From fa9147bb8f8fe6b0a504a43d43764940411993d3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 9 Dec 2005 21:00:12 +0000 Subject: Implement hidden listen, use the hidden listen/accept --- libc/stdio/_stdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio') 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; -- cgit v1.2.3