[PATCH] sys/features.h: Spelling _ISOC2x_SOURCE is not C11
Lenard Mollenkopf
newlib@lenardmollenkopf.de
Mon Oct 28 11:40:39 GMT 2024
---
newlib/libc/include/sys/features.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index 43c029bf9..00c3bba9c 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -91,7 +91,7 @@ extern "C" {
* ISO C11
*
* _ISOC2x_SOURCE or gcc -std=c2x or g++ -std=c++20
- * ISO C11
+ * ISO C2x
*
* _ATFILE_SOURCE (implied by _POSIX_C_SOURCE >= 200809L)
* "at" functions
--
2.47.0
More information about the Newlib
mailing list