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/52ccf8b9bd53
branches:  trunk
changeset: 985848:52ccf8b9bd53
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Sep 11 08:34:24 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 411b80ecff46 -r 52ccf8b9bd53 include/stdio.h
--- a/include/stdio.h   Sat Sep 11 08:32:11 2021 +0000
+++ b/include/stdio.h   Sat Sep 11 08:34:24 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.99 2020/03/20 01:08:42 joerg Exp $ */
+/*     $NetBSD: stdio.h,v 1.100 2021/09/11 08:34:24 rillig Exp $       */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -325,7 +325,7 @@
 int    putc_unlocked(int, FILE *);
 int    putchar_unlocked(int);
 __END_DECLS
-#endif /* C99 || _POSIX_C_SOURCE >= 1995056 || _XOPEN_SOURCE >= 500 || ... */
+#endif /* C99 || _POSIX_C_SOURCE >= 199506 || _XOPEN_SOURCE >= 500 || ... */
 
 /*
  * Functions defined in POSIX 1003.2 and XPG2 or later.



Home | Main Index | Thread Index | Old Index