diff options
Diffstat (limited to 'rtty.c')
-rw-r--r-- | rtty.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,10 +20,6 @@ main() if(!(fdout = open("/var/tmp/r.out", O_RDONLY))) err(1, "open"); - flags = fcntl(0, F_GETFL, 0); - flags |= O_NONBLOCK; - fcntl(0, F_SETFL, flags); - FD_ZERO(&rfds0); FD_ZERO(&rfds1); |