diff options
Diffstat (limited to 'otherlibs/unix/write.c')
-rw-r--r-- | otherlibs/unix/write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/write.c b/otherlibs/unix/write.c index 83de1fa08..7bd9d11f9 100644 --- a/otherlibs/unix/write.c +++ b/otherlibs/unix/write.c @@ -25,8 +25,7 @@ #define EWOULDBLOCK (-1) #endif -value unix_write(fd, buf, vofs, vlen) /* ML */ - value fd, buf, vofs, vlen; +value unix_write(value fd, value buf, value vofs, value vlen) /* ML */ { long ofs, len, written; int numbytes, ret; |