]> granicus.if.org Git - strace/commit
tests: forward SIZEOF_KERNEL_LONG_T and SIZEOF_LONG to C preprocessor
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 3 Apr 2018 08:08:09 +0000 (08:08 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Apr 2018 12:24:19 +0000 (12:24 +0000)
commit074f49451c702891778d0d8b1fbc3d25cb43f450
tree4369cbaa612d3da2513e280f04b763e82a8256d3
parentef1013795c161aaebc2d03fa34bb3b078fb96116
tests: forward SIZEOF_KERNEL_LONG_T and SIZEOF_LONG to C preprocessor

* tests/Makefile.am (AM_CPPFLAGS): Forward SIZEOF_KERNEL_LONG_T
and SIZEOF_LONG as TESTS_SIZEOF_KERNEL_LONG_T and TESTS_SIZEOF_LONG.
* tests/tests.h [TESTS_SIZEOF_KERNEL_LONG_T] (SIZEOF_KERNEL_LONG_T):
Redefine to TESTS_SIZEOF_KERNEL_LONG_T.
[TESTS_SIZEOF_LONG] (SIZEOF_LONG): Redefine to TESTS_SIZEOF_LONG.

Complements: v4.21~5 ("Export SIZEOF_LONG and SIZEOF_KERNEL_LONG_T to tests")
tests/Makefile.am
tests/tests.h