mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
1999-06-21 Ulrich Drepper <drepper@cygnus.com> * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
This commit is contained in:
parent
655c069718
commit
e7da3bfca8
@ -1,3 +1,7 @@
|
||||
1999-06-21 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* include/wchar.h: Use __gnuc_va_list not va_list in prototype.
|
||||
|
||||
1999-06-18 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* sysdeps/alpha/atomicity.h: Correct counting of subsections.
|
||||
|
@ -41,7 +41,7 @@ extern wchar_t *__wcschrnul __P ((__const wchar_t *__s, wchar_t __wc));
|
||||
|
||||
extern int __vfwscanf __P ((FILE *__restrict __s,
|
||||
__const wchar_t *__restrict __format,
|
||||
va_list __arg))
|
||||
__gnuc_va_list __arg))
|
||||
/* __attribute__ ((__format__ (__wscanf__, 2, 0))) */;
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user