Re: [PATCH] sys/features.h: Spelling _ISOC2x_SOURCE is not C11
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Oct 28 12:40, Lenard Mollenkopf wrote:
> ---
> 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
Copy/paste is not always your friend...
Thanks for catching, pushed.
Corinna