From d4b0774fc60f6389cccc12538e7ff29ba3f50fc7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 Aug 2000 16:02:48 +0000 Subject: Update. 2000-08-21 Andreas Jaeger * include/poll.h: Include include/sys/poll.h to get __poll declaration. * io/sys/poll.h: Move __poll declaration from here... * include/sys/poll.h: ...to here. * include/sys/socket.h (__getpeername): Add declaration. * include/wchar.h (__vswprintf): Add declaration. * include/stdio.h (__flockfile): Add declaration. (__funlockfile): Likewise. --- include/wchar.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index cdc4e75..7187d76 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -43,5 +43,10 @@ extern int __vfwscanf (FILE *__restrict __s, __const wchar_t *__restrict __format, __gnuc_va_list __arg) /* __attribute__ ((__format__ (__wscanf__, 2, 0)) */; +extern int __vswprintf (wchar_t *__restrict __s, size_t __n, + __const wchar_t *__restrict __format, + __gnuc_va_list __arg) + /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */; + # endif #endif -- cgit v1.1