diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 21:00:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 21:00:12 +0000 |
commit | fa9147bb8f8fe6b0a504a43d43764940411993d3 (patch) | |
tree | 9278c52dc53db1f4e698461baf7ed29e88aebea7 /libc/stdio | |
parent | dee597fea748702998e3640a7cd2759b8256c1b2 (diff) | |
download | uClibc-alpine-fa9147bb8f8fe6b0a504a43d43764940411993d3.tar.bz2 uClibc-alpine-fa9147bb8f8fe6b0a504a43d43764940411993d3.tar.xz |
Implement hidden listen, use the hidden listen/accept
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/_stdio.h | 1 |
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; |