From 5e6eb2f200ce1c3ae7ae25140074bd37bc440aae Mon Sep 17 00:00:00 2001 From: Lenard Mollenkopf Date: Mon, 28 Oct 2024 12:40:39 +0100 Subject: [PATCH] sys/features.h: Spelling _ISOC2x_SOURCE is not C11 --- 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.43.5