summaryrefslogtreecommitdiff
path: root/src/unistd/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/close.c')
-rw-r--r--src/unistd/close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/close.c b/src/unistd/close.c
index b4f402eb..3744aa86 100644
--- a/src/unistd/close.c
+++ b/src/unistd/close.c
@@ -5,7 +5,7 @@
int close(int fildes)
{
- SC(int, fildes);
+ SYSCALL("close", int, -1, fildes, 0, 0, 0, 0, 0);
}
/*
POSIX(1)