summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/renameat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/renameat.c')
-rw-r--r--lib/libc/stdio/renameat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/renameat.c b/lib/libc/stdio/renameat.c
index c7e9a683..b82323ef 100644
--- a/lib/libc/stdio/renameat.c
+++ b/lib/libc/stdio/renameat.c
@@ -1,6 +1,5 @@
-
#include <syscall.h> // for __syscall_4, syscall
int renameat(int oldfd, const char *old, int newfd, const char *new)