X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fchecksyscalls.sh;h=9dbab13329fa986f0a2d6e955b8b5e1c105634f3;hb=0afe64bebb13509ef9a4be9deb18286b4c052c93;hp=fd9777f63f14703d25664d5dd601e85bf635b0bb;hpb=d41adc4e22c62640fa7de93f713a3c5b3638ab2e;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index fd9777f..9dbab13 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -82,10 +82,8 @@ cat << EOF #define __IGNORE_truncate64 #define __IGNORE_stat64 #define __IGNORE_lstat64 -#define __IGNORE_fstat64 #define __IGNORE_fcntl64 #define __IGNORE_fadvise64_64 -#define __IGNORE_fstatat64 #define __IGNORE_fstatfs64 #define __IGNORE_statfs64 #define __IGNORE_llseek @@ -253,6 +251,10 @@ cat << EOF #define __IGNORE_getpmsg #define __IGNORE_putpmsg #define __IGNORE_vserver + +/* 64-bit ports never needed these, and new 32-bit ports can use statx */ +#define __IGNORE_fstat64 +#define __IGNORE_fstatat64 EOF }