]> granicus.if.org Git - strace/commitdiff
maint: add workaround for m68k
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
Thu, 2 Feb 2017 16:06:29 +0000 (19:06 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 4 Feb 2017 15:57:01 +0000 (15:57 +0000)
* maint/ioctls_sym.sh: Skip asm/amigayle.h.

maint/ioctls_sym.sh

index bb0a682f1defeaa2ebf7659186eb2ce130a1469e..bd02281608815147cc6c7a2c462cdd167f9a4d87 100755 (executable)
@@ -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>'
                        ;;