From 3ca9b28c5b04220565c206bd73d9ebb48b64db3b Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 Feb 2011 08:35:38 -0800 Subject: Making a sample code for the 'romfs' thingy. --- os/src/isatty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/src/isatty.c') diff --git a/os/src/isatty.c b/os/src/isatty.c index 051284f..b37a9dc 100644 --- a/os/src/isatty.c +++ b/os/src/isatty.c @@ -2,8 +2,10 @@ #include #include #include "fio.h" +#include "osdebug.h" int _isatty_r(struct _reent * reent, int fd) { +// DBGOUT("_isatty_r(%p, %i)\r\n", reent, fd); if (!fio_is_open(fd)) { reent->_errno = EBADF; return 0; -- cgit v1.2.3