mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Add stub for F_GETFL
This commit is contained in:
parent
1192f041a9
commit
a8333048c8
@ -1349,6 +1349,10 @@ static int linux_fcntl(SysFrm *, int fd, int cmd, void *arg)
|
||||
case F_SETFD:
|
||||
return fdt->SetFlags(fd, s_cst(int, (uintptr_t)arg));
|
||||
case F_GETFL:
|
||||
{
|
||||
fixme("F_GETFL is stub");
|
||||
return fdt->GetFlags(fd);
|
||||
}
|
||||
case F_SETFL:
|
||||
case F_SETOWN:
|
||||
case F_GETOWN:
|
||||
|
Loading…
x
Reference in New Issue
Block a user