summaryrefslogtreecommitdiff
path: root/maint/ioctls_sym.sh
diff options
context:
space:
mode:
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>2016-09-12 16:29:38 +0300
committerDmitry V. Levin <ldv@altlinux.org>2016-09-12 13:55:59 +0000
commit7e8314eb34d9b809fd9329eb0538964960ecaf44 (patch)
tree2f8bbff8730d4ba4979c52e0a93c85c2f552b134 /maint/ioctls_sym.sh
parent378a47e80a57431ac51687beb02801af3c51fff5 (diff)
downloadstrace-7e8314eb34d9b809fd9329eb0538964960ecaf44.tar.gz
maint: update for linux 4.8
* maint/ioctls_sym.sh: Add workarounds for linux/atm_zatm.h and xen/evtchn.h files.
Diffstat (limited to 'maint/ioctls_sym.sh')
-rwxr-xr-xmaint/ioctls_sym.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 20b1730c1..7a673393b 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -190,6 +190,17 @@ __EOF__
#undef FBIOPUTCMAP
__EOF__
;;
+ *linux/atm_zatm.h)
+ cat <<'__EOF__'
+#include <linux/atm.h>
+#ifndef _LINUX_TIME_H
+# define _LINUX_TIME_H
+#endif
+#ifndef _UAPI_LINUX_TIME_H
+# define _UAPI_LINUX_TIME_H
+#endif
+__EOF__
+ ;;
*linux/atm?*.h)
echo '#include <linux/atm.h>'
;;
@@ -297,7 +308,7 @@ __EOF__
*video/sstfb.h)
echo 'struct fb_info;'
;;
- *xen/gntdev.h)
+ *xen/evtchn.h|*xen/gntdev.h)
cat <<'__EOF__'
typedef uint32_t grant_ref_t;
typedef uint16_t domid_t;