fix naming
This commit is contained in:
parent
88a01fcfc7
commit
c30041b733
@ -82,7 +82,7 @@ extern "C"
|
||||
|
||||
ssize_t write(int fd, const void* buf, size_t count)
|
||||
{
|
||||
return syscall(SYS_write, fd, count, buf); // yes, our read() syscall is in the wrong order.
|
||||
return syscall(SYS_write, fd, count, buf); // yes, our write() syscall is in the wrong order.
|
||||
}
|
||||
|
||||
int close(int fd)
|
||||
|
Loading…
Reference in New Issue
Block a user