|
@@ -334,7 +334,7 @@ char* strncat(char* dest, const char* src, size_t n)
|
|
return dest;
|
|
return dest;
|
|
}
|
|
}
|
|
|
|
|
|
-const char* sys_errlist[] = {
|
|
|
|
|
|
+const char* const sys_errlist[] = {
|
|
"Success (not an error)",
|
|
"Success (not an error)",
|
|
"Operation not permitted",
|
|
"Operation not permitted",
|
|
"No such file or directory",
|
|
"No such file or directory",
|