Usermode/ld-acess - Fixed compilation errors in devices.h, added another PTY IOCtl
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / fcntl.c
index d57bca5..431c2cb 100644 (file)
@@ -44,6 +44,7 @@ int fcntl(int fd, int cmd, ...)
                // TODO: Extra flags for F_SETFL
 
                ret = _SysFDFlags(fd, mask, a_flags);
+               _SysDebug("fcntl(%i, F_SETFL, %li) = %i", fd, p_flags, ret);
                if(ret != -1)
                        ret = 0;
 

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