X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Ffcntl.c;h=180a644a8b9c4826366d75137ff799e48908c36b;hb=4e407e69bd660e9a32644281733192193ee6e8c8;hp=d57bca50c7ff949ff41503105b08683d0f0b0078;hpb=fe07801ccb8de442c9fc665cd1706faa0f12c166;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/fcntl.c b/Usermode/Libraries/libposix.so_src/fcntl.c index d57bca50..180a644a 100644 --- a/Usermode/Libraries/libposix.so_src/fcntl.c +++ b/Usermode/Libraries/libposix.so_src/fcntl.c @@ -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, 0x%lx) = Acess 0x%x", fd, p_flags, ret); if(ret != -1) ret = 0;