From 0e13d5c873f63d181172e6e547a5f6e231b4e23c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 6 Jan 2013 00:46:35 +0100 Subject: digital/ucoolib/ucoolib/arch: update comment --- digital/ucoolib/ucoolib/arch/syscalls.newlib.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digital/ucoolib/ucoolib/arch/syscalls.newlib.cc b/digital/ucoolib/ucoolib/arch/syscalls.newlib.cc index 02dd26f7..aa9e028b 100644 --- a/digital/ucoolib/ucoolib/arch/syscalls.newlib.cc +++ b/digital/ucoolib/ucoolib/arch/syscalls.newlib.cc @@ -116,7 +116,7 @@ _open_r (struct _reent *ptr, const char *file, int flags, int mode) return -1; } -/** Read from file, to be improved to read from stream. */ +/** Read from file. */ extern "C" int _read_r (struct _reent *ptr, int fd, void *buf, size_t cnt) { @@ -150,7 +150,7 @@ _read_r (struct _reent *ptr, int fd, void *buf, size_t cnt) } } -/** Write to file, to be improved to write to stream. */ +/** Write to file. */ extern "C" int _write_r (struct _reent *ptr, int fd, const void *buf, size_t cnt) { -- cgit v1.2.3