diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 15:29:55 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 15:29:55 -0500 |
| commit | 9b6f6642ee252a9bedbe267fd85376fc9359c74f (patch) | |
| tree | 5676ac47d416ef56b8134d94df49110abc53998f /src/string/_strerror.h | |
| parent | 7f9129145f2293cb8c9052ff1f395226421b0ae4 (diff) | |
update standard and safety checks
Diffstat (limited to 'src/string/_strerror.h')
| -rw-r--r-- | src/string/_strerror.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) +*/ |
