diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-07 09:56:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-07 09:56:37 +0000 |
commit | 2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf (patch) | |
tree | 6e291051438f9cebf52c671ed2639f780927d241 /libio/stdio.h | |
parent | 6796bc807aa3808f6afb5da42932e437bdd183cf (diff) | |
download | glibc-2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf.tar glibc-2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf.tar.gz glibc-2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf.tar.bz2 glibc-2b33e5b0ff6caa9d5cb9fa169abefa6f07a6d9cf.zip |
Update.
1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* libio/stdio.h: Fix comment.
* stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
__USE_ISOC9X.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 87709976be..912a30e198 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -350,7 +350,7 @@ extern int vsscanf __P ((__const char *__restrict __s, __const char *__restrict __format, _G_va_list __arg)) __attribute__ ((__format__ (__scanf__, 2, 0))); -#endif /* Use GNU. */ +#endif /* Use ISO C9x. */ /* Read a character from STREAM. */ |