]> granicus.if.org Git - strace/commit
Move macros related to kernel types to kernel_types.h
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 13 Jul 2017 21:56:29 +0000 (21:56 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 13 Jul 2017 21:56:29 +0000 (21:56 +0000)
commit14c2dca9e1f491df4822a6c1fbcf8b3568d1124c
tree6aa286136a697de0d1554b4ae19d29cf00524433
parent5c34fd9162419552fe88862c0035fba534714b5b
Move macros related to kernel types to kernel_types.h

Some macros related to kernel types are defined both in defs.h and
tests/tests.h.  Avoid this redundancy by moving these definitions
to kernel_types.h.

* defs.h (PRI_kl, PRI_kld, PRI_klu, PRI_klx, PRI__64, PRI__d64,
PRI__u64, PRI__x64): Move ...
* kernel_types.h: ... here.
* tests/tests.h (PRI__64, PRI__d64, PRI__u64, PRI__x64): Remove.
defs.h
kernel_types.h
tests/tests.h