Module Name: src
Committed By: rillig
Date: Sat Sep 11 08:34:25 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/include/stdio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stdio.h
diff -u src/include/stdio.h:1.99 src/include/stdio.h:1.100
--- src/include/stdio.h:1.99 Fri Mar 20 01:08:42 2020
+++ src/include/stdio.h Sat Sep 11 08:34:24 2021
@@ -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 getchar_unlocked(void);
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.