]> granicus.if.org Git - strace/commit
Move x32 <asm/stat.h> replacement to x32 specific directory
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 00:14:26 +0000 (00:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 00:14:26 +0000 (00:14 +0000)
commit323cc92d606a110874417ffe6eae6ea526166cae
tree73d111cf71d74842c8cc212f80a7883f98898585
parent860b3a692b54ec505dea31cbee4f0685ef1fdbf1
Move x32 <asm/stat.h> replacement to x32 specific directory

As tests-m*32/Makefile.am files now refer to proper arch specific
directories, it's possible to relocate x32 <asm/stat.h> replacement
to its arch specific directory.

* linux/x86_64/asm_stat.h: Move ...
* linux/x32/asm_stat.h: ... here, remove x32 guard.
* Makefile.am (strace_SOURCES): Remove linux/x86_64/asm_stat.h.
Makefile.am
linux/x32/asm_stat.h
linux/x86_64/asm_stat.h [deleted file]