x32: fix build regression

* linux/x32/arch_regs.h: New file.
* Makefile.am (EXTRA_DIST): Add it.
This commit is contained in:
Дмитрий Левин 2015-02-26 20:40:43 +00:00
parent 28e3d6fd1c
commit 19fcb27764
2 changed files with 2 additions and 0 deletions

View 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 \

1
linux/x32/arch_regs.h Normal file
View File

@ -0,0 +1 @@
#include "x86_64/arch_regs.h"