commit | 0e09704e09d9feb33cd062e3d1b4e2f992d23094 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 26 00:08:16 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 26 00:08:16 2016 +0000 |
tree | 677e400a4482e750d4258ba0591554a08a55f216 | |
parent | a6acc310d72d8d15e88269ad7e279e16701e810f [diff] [blame] |
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.
diff --git a/Makefile.am b/Makefile.am index 2f595cb..f02a421 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -214,6 +214,7 @@ vsprintf.c \ wait.c \ xattr.c \ + xlat.h \ xmalloc.c \ # end of strace_SOURCES