summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-09-11 20:05:33 +0000
committerrillig <rillig@NetBSD.org>2021-09-11 20:05:33 +0000
commitdab7bb9f54dd40b1ea6bf58d3ae8593294eff85b (patch)
tree19af610a3016d00fb273742274f08c6c8e9d31ad /include
parentfaf5bbfcfd17394158da1b7521f6440a6eb8143e (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 274c304dfba..7f273bb25cd 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -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