From 000a7c045c98c30aac86db93f8c9c978e5ca8c59 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 14:25:31 -0500 Subject: update standards and safety checks --- src/stdio/__stdout.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/stdio/__stdout.c') diff --git a/src/stdio/__stdout.c b/src/stdio/__stdout.c index 8cf18d91..bf4270b6 100644 --- a/src/stdio/__stdout.c +++ b/src/stdio/__stdout.c @@ -1,7 +1,7 @@ -#if 0 - #include FILE *__stdout; - -#endif +/* +STDC(0) +SIGNAL_SAFE(0) +*/ -- cgit v1.2.1