diff options
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) +*/ |
