diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-22 15:54:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-24 21:44:26 +0000 |
commit | 04cbc4834076fef6b46af4c5c66046862de7634d (patch) | |
tree | 2d8e861353203cf8dca5a095d7b03fb597e9c53d /meta-selftest | |
parent | d14bc2667575bc0e29b9e90d80c01703639b76f1 (diff) | |
download | openembedded-core-04cbc4834076fef6b46af4c5c66046862de7634d.tar.gz openembedded-core-04cbc4834076fef6b46af4c5c66046862de7634d.tar.bz2 openembedded-core-04cbc4834076fef6b46af4c5c66046862de7634d.zip |
ltp: Fix build on x86/musl
In last patch it covered out the non-glibc case well
but did not define else case, when __GLIBC__ is not
defined, as a result errors like
| getcpu01.c:107:41: error: use of undeclared identifier 'sys_support'
| if (((tst_kvercmp(2, 6, 20)) < 0) || !(sys_support)) {
appeared, fixed it with this updated patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions