X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Fchecksyscalls.sh;h=b7609958ee3640b53f025f0010366b6f24958e0c;hb=efa916af13206eb15916e102c45c99a13ea78f33;hp=a18b47695f55f1521569884c56ba6864558a1e4c;hpb=55d31aaec0da46801e7337779bb3ebe88b034ef3;p=linux-2.6-microblaze.git diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index a18b47695f55..b7609958ee36 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -40,6 +40,10 @@ cat << EOF #define __IGNORE_setrlimit /* setrlimit */ #endif +#ifndef __ARCH_WANT_MEMFD_SECRET +#define __IGNORE_memfd_secret +#endif + /* Missing flags argument */ #define __IGNORE_renameat /* renameat2 */