summaryrefslogtreecommitdiffstats
path: root/user_call/user_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'user_call/user_io.c')
-rw-r--r--user_call/user_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_call/user_io.c b/user_call/user_io.c
index c486e46..d7e03c8 100644
--- a/user_call/user_io.c
+++ b/user_call/user_io.c
@@ -193,7 +193,7 @@ int select_loop(int s)
FD_ZERO(&read_fd);
FD_SET(STDIN_FILENO, &read_fd);
FD_SET(s, &read_fd);
-
+
select(s + 1, &read_fd, NULL, NULL, NULL);
if (FD_ISSET(s, &read_fd)) {