Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / scripts / checksyscalls.sh
index a18b476..b760995 100755 (executable)
@@ -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 */