From 19fcb27764f1b6040d7c50739a26f401aa576f38 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 26 Feb 2015 20:40:43 +0000 Subject: [PATCH] x32: fix build regression * linux/x32/arch_regs.h: New file. * Makefile.am (EXTRA_DIST): Add it. --- Makefile.am | 1 + linux/x32/arch_regs.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 linux/x32/arch_regs.h diff --git a/Makefile.am b/Makefile.am index 86ea59b2..bc8e357b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 00000000..9064ca69 --- /dev/null +++ b/linux/x32/arch_regs.h @@ -0,0 +1 @@ +#include "x86_64/arch_regs.h" -- 2.40.0