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