close
This commit is contained in:
parent
1feff07975
commit
ba4113fd0d
@@ -285,9 +285,13 @@ SYSCALL_DECLARE(pwrite)
|
|||||||
|
|
||||||
SYSCALL_DECLARE(close)
|
SYSCALL_DECLARE(close)
|
||||||
{
|
{
|
||||||
|
SYSCALL_HEADER;
|
||||||
|
SYSCALL_ARGS_1(D);
|
||||||
|
SYSCALL_FOOTER;
|
||||||
|
#if 0
|
||||||
dkprintf("[%d] close() \n", aal_mc_get_processor_id());
|
dkprintf("[%d] close() \n", aal_mc_get_processor_id());
|
||||||
return -EBADF;
|
return -EBADF;
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
SYSCALL_HEADER;
|
SYSCALL_HEADER;
|
||||||
SYSCALL_ARGS_1(D);
|
SYSCALL_ARGS_1(D);
|
||||||
|
|||||||
Reference in New Issue
Block a user