A update
This commit is contained in:
10
kernel/syscalls.c
Normal file
10
kernel/syscalls.c
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <kernel/syscalls.h>
|
||||
|
||||
|
||||
int16_t syscall_write(int32_t fd, const void* buffer, int32_t length)
|
||||
{
|
||||
return -1;
|
||||
}
|
Reference in New Issue
Block a user