diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-21 14:22:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-21 14:22:46 +0000 |
commit | e7da3bfca804412c328fa31c4b1dad75d39f7f71 (patch) | |
tree | 031915c7c4b16acb8092d9b95ecef7864fc3aca2 | |
parent | 655c0697188085dea9377402e5fe9eadbe591a4f (diff) | |
download | glibc-e7da3bfca804412c328fa31c4b1dad75d39f7f71.tar glibc-e7da3bfca804412c328fa31c4b1dad75d39f7f71.tar.gz glibc-e7da3bfca804412c328fa31c4b1dad75d39f7f71.tar.bz2 glibc-e7da3bfca804412c328fa31c4b1dad75d39f7f71.zip |
Update.
1999-06-21 Ulrich Drepper <drepper@cygnus.com>
* include/wchar.h: Use __gnuc_va_list not va_list in prototype.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/wchar.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/include/wchar.h b/include/wchar.h index fb8ece58f2..f000331a6f 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -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 |