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)
commitf25545b11fd0f467ca6271817885d82a431e906e
tree01925df4c78b864af9b1c26c0d08465d15f2c2eb
parent8b97fd420ec915f0264e20e4a0f2d1b7924adfda
Fix: syscalls: Ignore fcntl cmd specific to 32-bit in 64-bit only config

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>
include/instrumentation/syscalls/headers/syscalls_integers_override.h
This page took 0.024991 seconds and 4 git commands to generate.