12 lines
174 B
C
12 lines
174 B
C
#include <errno.h>
|
|
#include <mango/handle.h>
|
|
#include <mango/msg.h>
|
|
#include <rosetta/fs.h>
|
|
#include <sys/remote.h>
|
|
|
|
int close(int fd)
|
|
{
|
|
kern_handle_close(fd);
|
|
return 0;
|
|
}
|