summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>2021-12-13 13:40:14 +0300
committerDmitry V. Levin <ldv@strace.io>2021-12-13 13:40:14 +0300
commit9d92c0559505398e2780dbde2bac8acba954e9d7 (patch)
tree86e3098163c848d13ba379af9a32ff2f02259e68
parent3ec0901df7f54caac8cbcc6c968054b75e127ce1 (diff)
downloadstrace-9d92c0559505398e2780dbde2bac8acba954e9d7.tar.gz
maint: update for linux v5.16-rc5
* maint/ioctls_sym.sh: Workaround incompatible definition of __alloc_size__ macro introduced by the Linux commit v5.16-rc1~106^2~224.
-rwxr-xr-xmaint/ioctls_sym.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 1798dd907..be2272dd0 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -105,6 +105,7 @@ process_file()
# Common code for every processed file.
cat > "$tmpdir"/printents.c <<-__EOF__
#include <linux/compiler_attributes.h>
+ #undef __alloc_size__
#include <asm/termbits.h>
#include <asm/ioctl.h>
#include <linux/types.h>