LibC: add errno ENOTEMPTY

This commit is contained in:
Bananymous
2023-03-19 05:43:40 +02:00
parent 3ab62e83d3
commit cf2be54e8f
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ char* strerror(int error)
case EEXISTS:
strcpy(buffer, "File exists");
break;
case ENOTEMPTY:
strcpy(buffer, "Directory not empty");
break;
default:
{
// FIXME: sprintf