commit | bbf5f2a1aa39fcab01000a0f3b566f1e6b788a23 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Apr 03 20:11:40 2020 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Tue Apr 07 16:19:49 2020 +0100 |
tree | fecf6b40b5f29672c1362dea83b60e18b750c493 | |
parent | 040425f849b959ed903610cc028e0996d921f9ca [diff] |
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>