stdio.h: remove outdated comment for vscanf

When these functions where added to stdio.h 1.72 on 2008-08-04, the
conditional included _NETBSD_SOURCE.

The additional condition was removed in stdio.h 1.99 from 2020-03-20,
but the comment was not updated.
This commit is contained in:
rillig 2021-09-11 20:05:33 +00:00
parent 7f8984330e
commit f64856e518
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stdio.h,v 1.103 2021/09/11 19:05:06 rillig Exp $ */
/* $NetBSD: stdio.h,v 1.104 2021/09/11 20:05:33 rillig Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -383,8 +383,7 @@ __END_DECLS
#endif /* (_POSIX_C_SOURCE - 0) >= 200112L || _XOPEN_SOURCE >= 500 || ... */
/*
* Functions defined in ISO C99. Still put under _NETBSD_SOURCE due to
* backward compatible.
* Functions defined in ISO C99.
*/
#if defined(__STDIO_C99_FEATURES)
__BEGIN_DECLS