Added truncate() and ftruncate() library calls (no FS support yet).

Added ELOOP message to errlist.
This commit is contained in:
Ben Gras
2005-12-20 14:18:16 +00:00
parent fbc190e562
commit ffe192724e
5 changed files with 43 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const char *_sys_errlist[] = {
"No locks available", /* ENOLCK */
"Function not implemented", /* ENOSYS */
"Directory not empty", /* ENOTEMPTY */
unknown, /* 40 */
"Too many levels of symbolic links", /* ELOOP */
unknown, /* 41 */
unknown, /* 42 */
unknown, /* 43 */