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/__stdio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/stdio/__stdio.c') diff --git a/src/stdio/__stdio.c b/src/stdio/__stdio.c index 26f57b61..d77e01dc 100644 --- a/src/stdio/__stdio.c +++ b/src/stdio/__stdio.c @@ -1,8 +1,8 @@ -#if 0 - #include "_stdio.h" struct __stdio __stdio = { 0 }; - -#endif +/* +STDC(0) +SIGNAL_SAFE(0) +*/ -- cgit v1.2.1