From 8e3411139b27a3421e9ac75c13f14f99f6dd3137 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 00:08:42 +0200 Subject: syscalls --- userspace/foolshell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'userspace/foolshell.c') diff --git a/userspace/foolshell.c b/userspace/foolshell.c index c5c3b42..38a6e55 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -69,7 +69,8 @@ int main(int argc, char **argv) //char *buf=malloc(256); char *buf=calloc(sizeof(char),256); - printf("setvbuf returned %i\n",setvbuf(stdin,NULL,_IONBF,0)); +// printf("setvbuf returned %i\n", + setvbuf(stdin,NULL,_IONBF,0); while(1) { -- cgit v1.2.3