aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/csmith/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/csmith/syscalls.c')
-rw-r--r--scripts/csmith/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/csmith/syscalls.c b/scripts/csmith/syscalls.c
index cdf872f..b23f605 100644
--- a/scripts/csmith/syscalls.c
+++ b/scripts/csmith/syscalls.c
@@ -62,7 +62,7 @@ ssize_t write(int file, const void *ptr, size_t len)
return len;
}
-int close(int file)
+int close(int file)
{
// close is called before _exit()
return 0;