]> granicus.if.org Git - strace/commitdiff
x32: fix build regression
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Feb 2015 20:40:43 +0000 (20:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Feb 2015 20:40:43 +0000 (20:40 +0000)
* linux/x32/arch_regs.h: New file.
* Makefile.am (EXTRA_DIST): Add it.

Makefile.am
linux/x32/arch_regs.h [new file with mode: 0644]

index 86ea59b286930d3f14ae4f3ff88f20f441a2120f..bc8e357bb9ddb8d72ff700416d6f6f807d2f79ec 100644 (file)
@@ -335,6 +335,7 @@ EXTRA_DIST =                                \
        linux/unix_diag.h               \
        linux/userent.h                 \
        linux/userent0.h                \
+       linux/x32/arch_regs.h           \
        linux/x32/errnoent1.h           \
        linux/x32/ioctls_arch0.h        \
        linux/x32/ioctls_arch1.h        \
diff --git a/linux/x32/arch_regs.h b/linux/x32/arch_regs.h
new file mode 100644 (file)
index 0000000..9064ca6
--- /dev/null
@@ -0,0 +1 @@
+#include "x86_64/arch_regs.h"