Re-enabled terminal output hack
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <magenta/misc.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "sys/types.h"
|
#include "sys/types.h"
|
||||||
#include "__fio.h"
|
#include "__fio.h"
|
||||||
@@ -59,7 +60,7 @@ unsigned int __fio_read(struct __io_file *f, char *buf, unsigned int sz)
|
|||||||
|
|
||||||
unsigned int __fio_write(struct __io_file *f, const char *buf, unsigned int sz)
|
unsigned int __fio_write(struct __io_file *f, const char *buf, unsigned int sz)
|
||||||
{
|
{
|
||||||
//mx_console_write(buf, sz);
|
mx_console_write(buf, sz);
|
||||||
return sz;
|
return sz;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user