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/__stdin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/stdio/__stdin.c') diff --git a/src/stdio/__stdin.c b/src/stdio/__stdin.c index 08b6fd5d..57741fa3 100644 --- a/src/stdio/__stdin.c +++ b/src/stdio/__stdin.c @@ -1,7 +1,7 @@ -#if 0 - #include FILE *__stdin; - -#endif +/* +STDC(0) +SIGNAL_SAFE(0) +*/ -- cgit v1.2.1