summaryrefslogtreecommitdiff
path: root/os/src/write.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
committerPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
commitea49b5b3f435bce0a301111fad0738efb0b39e0d (patch)
treeaa595cc250514f5225f624d2e691e144c740c567 /os/src/write.c
parent7182d70210f4880e66ae9e5a5531bddd3a90737b (diff)
Adding some romfs support.
Diffstat (limited to 'os/src/write.c')
-rw-r--r--os/src/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/src/write.c b/os/src/write.c
index 268c0f1..14e26d6 100644
--- a/os/src/write.c
+++ b/os/src/write.c
@@ -4,7 +4,7 @@
#include "fio.h"
_ssize_t _write_r(struct _reent * reent, int fd, const void * buf, size_t size) {
- int r;
+ _ssize_t r;
if (!fio_is_open(fd)) {
reent->_errno = EBADF;