linux-user: protect fcntl64 with an #ifdef
commitbbf5f2a1aa39fcab01000a0f3b566f1e6b788a23
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Apr 2020 19:11:40 +0000 (3 20:11 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Apr 2020 15:19:49 +0000 (7 16:19 +0100)
treefecf6b40b5f29672c1362dea83b60e18b750c493
parent040425f849b959ed903610cc028e0996d921f9ca
linux-user: protect fcntl64 with an #ifdef

Checking TARGET_ABI_BITS is sketchy - we should check for the presence
of the define to be sure. Also clean up the white space while we are
there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200403191150.863-3-alex.bennee@linaro.org>
linux-user/syscall.c