Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include stdio.h: fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/e7b6d5f69ed8
branches: trunk
changeset: 1023503:e7b6d5f69ed8
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Sep 11 16:58:38 2021 +0000
description:
stdio.h: fix typo in comment
diffstat:
include/stdio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9c21069236c2 -r e7b6d5f69ed8 include/stdio.h
--- a/include/stdio.h Sat Sep 11 16:29:18 2021 +0000
+++ b/include/stdio.h Sat Sep 11 16:58:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stdio.h,v 1.100 2021/09/11 08:34:24 rillig Exp $ */
+/* $NetBSD: stdio.h,v 1.101 2021/09/11 16:58:38 rillig Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -344,7 +344,7 @@
#endif
/*
- * Functions defined in ISO XPG4.2, ISO C99, POSIX 1003.1-2001 or later.
+ * Functions defined in XPG4.2, ISO C99, POSIX 1003.1-2001 or later.
*/
#if defined(__STDIO_C99_FEATURES) || (_POSIX_C_SOURCE - 0) >= 200112L || \
(defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \
Home |
Main Index |
Thread Index |
Old Index