diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-09 19:42:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:30 +0000 |
commit | 92e6a7a8736f793f251b5ab6e8dea48c30fe8e68 (patch) | |
tree | 133f2e212607180a201fa1255de5035f59b93b32 /meta/recipes-bsp/pointercal | |
parent | 5d661c538d9a145463da568b792c778601a376d7 (diff) | |
download | poky-92e6a7a8736f793f251b5ab6e8dea48c30fe8e68.tar.gz |
apmd: Fix build with musl
Fix error like below
| apmd.c:372:41: error: use of undeclared identifier '__WCOREFLAG'
| status = __W_EXITCODE(0, SIGTERM) | __WCOREFLAG;
| ^
| apmd.c:392:41: error: use of undeclared identifier '__WCOREFLAG'
| status = __W_EXITCODE(0, SIGTERM) | __WCOREFLAG;
(From OE-Core rev: b9c870a25757ab11f4167c076449a3de537247cf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pointercal')
0 files changed, 0 insertions, 0 deletions