From 9b6f6642ee252a9bedbe267fd85376fc9359c74f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:29:55 -0500 Subject: update standard and safety checks --- src/string/_strerror.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/string/_strerror.h') diff --git a/src/string/_strerror.h b/src/string/_strerror.h index e2d7983f..ef42bd6f 100644 --- a/src/string/_strerror.h +++ b/src/string/_strerror.h @@ -109,3 +109,7 @@ case ESRCH: strcpy(errstr, "No such process [ESRCH]"); break; #ifdef EXDEV case EXDEV: strcpy(errstr, "Cross-device link [EXDEV]"); break; #endif + +/* +STDC(0) +*/ -- cgit v1.2.1