LibC: Write mostly functioning stdio
This commit is contained in:
@@ -125,6 +125,9 @@ char* strerror(int error)
|
||||
case ENOTBLK:
|
||||
strcpy(buffer, "Block device required");
|
||||
break;
|
||||
case EMFILE:
|
||||
strcpy(buffer, "File descriptor value too large");
|
||||
break;
|
||||
default:
|
||||
{
|
||||
// FIXME: sprintf
|
||||
|
||||
Reference in New Issue
Block a user