]> granicus.if.org Git - strace/commit
Move definition of struct xlat to a separate header file
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 26 Apr 2016 00:08:16 +0000 (00:08 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 26 Apr 2016 00:08:16 +0000 (00:08 +0000)
commit0e09704e09d9feb33cd062e3d1b4e2f992d23094
tree677e400a4482e750d4258ba0591554a08a55f216
parenta6acc310d72d8d15e88269ad7e279e16701e810f
Move definition of struct xlat to a separate header file

Define struct xlat in a separate file so that it could be used later by
tests without inclusion of defs.h header file.

* defs.h (struct xlat, XLAT, XLAT_END): Move ...
* xlat.h: ... here.
* Makefile.am (strace_SOURCES): Add xlat.h.
Makefile.am
defs.h
xlat.h [new file with mode: 0644]