It will affect the testcase fallocatexx, fanotifyxx Signed-off-by: Zhang Jian(Bamvor) <bamvor.zhangj...@huawei.com> --- include/lapi/abisize.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/lapi/abisize.h b/include/lapi/abisize.h index 75f0242..897bdfd 100644 --- a/include/lapi/abisize.h +++ b/include/lapi/abisize.h @@ -28,6 +28,7 @@ #define LTP_USE_64_ABI \ (defined(__mips__) && _MIPS_SIM == _ABIN32) || \ (defined(__x86_64__) && defined(__ILP32__)) || \ + (defined(__aarch64__) && defined(__ILP32__)) || \ __WORDSIZE == 64 #endif /* ABISIZE_H__ */ -- 1.8.4.5 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list