mirror of https://github.com/F-Stack/f-stack.git
Update ff_syscall_wrapper.c
This commit is contained in:
parent
8d9968f09f
commit
708d3c48ef
|
@ -371,7 +371,7 @@ freebsd2linux_fcntl(int cmd, int flags)
|
|||
|
||||
if (flags & O_ASYNC) {
|
||||
//clear linux O_ASYNC, set freebsd O_ASYNC.
|
||||
*flags &= ~O_ASYNC;
|
||||
flags &= ~O_ASYNC;
|
||||
flags |= LINUX_O_ASYNC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue