Fix: syscalls: Ignore fcntl cmd specific to 32-bit in 64-bit only config
authorRuiqiang Hao <Ruiqiang.Hao@windriver.com>
Tue, 26 May 2020 03:36:17 +0000 (03:36 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 28 May 2020 13:09:27 +0000 (09:09 -0400)
When CONFIG_64BIT is defined and CONFIG_COMPAT is not defined, the fcntl system call
"F_GETLK64", "F_SETLK64" and "F_SETLKW64" should be ignored.

Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.027274 seconds and 4 git commands to generate.