aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/src/write.c')
-rw-r--r--sys/linux/src/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/src/write.c b/sys/linux/src/write.c
index 4e09d82..9586b93 100644
--- a/sys/linux/src/write.c
+++ b/sys/linux/src/write.c
@@ -1,7 +1,7 @@
#include "internal.h"
int
-sys·write(int fd, uintptr len, void *buf, intptr *ret)
+sys·write(int fd, void *buf, uintptr len, intptr *ret)
{
long err = *ret = syscall(·Write, fd, buf, len);
return error(err);