Usermode/libposix - Misc
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / unistd.c
index 5f97440..7cfb71a 100644 (file)
@@ -39,6 +39,9 @@ int open(const char *path, int openmode, ...)
                va_end(args);
        }
        
+       if( openmode & O_NONBLOCK )
+               openflags |= OPENFLAG_NONBLOCK;
+       
        return _SysOpen(path, openflags, create_mode);
 }
 

UCC git Repository :: git.ucc.asn.au