diff options
Diffstat (limited to 'lib/sys/close.h')
| -rw-r--r-- | lib/sys/close.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys/close.h b/lib/sys/close.h index 2aa3a71..5a6fbe4 100644 --- a/lib/sys/close.h +++ b/lib/sys/close.h @@ -3,7 +3,7 @@ #include "syscalls.h" -int close(unsigned int fd) +static int close(unsigned int fd) { syscall(CLOSE, fd); } |