[PATCH 1/3] maint: add workaround for m68k

Gleb Fotengauer-Malinovskiy glebfm at altlinux.org
Thu Feb 2 16:06:29 UTC 2017


* maint/ioctls_sym.sh: Skip asm/amigayle.h.
---
 maint/ioctls_sym.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index bb0a682..bd02281 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -169,6 +169,9 @@ __EOF__
 
 	# Soft pre-include workarounds for some processed files.  Fragile.
 	case "$f" in
+		*asm/amigayle.h)
+			return 0 # false positive
+			;;
 		*asm/cmb.h)
 			echo '#include <asm/dasd.h>'
 			;;




More information about the Strace-devel mailing list