Mingli Yu
a5dd314fba
elfutils: fix build failure with musl
...
Fix below build failure with musl when ptest
enabled.
| In file included from ../../elfutils-0.176/tests/dwfl-proc-attach.c:33:
| ../../elfutils-0.176/lib/system.h:63:35: error: called object 'err' is not a function or function pointer
| #define error(status, errno, ...) err(status, __VA_ARGS__)
| ^~~
| ../../elfutils-0.176/tests/dwfl-proc-attach.c:92:5: note: in expansion of macro 'error'
| error (-1, 0, "dwfl_linux_proc_attach pid %d: %s", pid,
| ^~~~~
| ../../elfutils-0.176/tests/dwfl-proc-attach.c:79:7: note: declared here
| int err;
| ^~~
The root cause is because the conflicts between
vairable and function name, so change the variable
name to workaround it.
(From OE-Core rev: 48dbb1bd980f7ed17a612fa7c1be298f14955c3f)
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2019-04-23 23:30:19 +01:00
..
2019-01-21 23:44:22 +00:00
2019-04-09 13:44:39 +01:00
2018-05-04 13:28:01 +01:00
2018-07-30 12:44:34 +01:00
2019-04-01 14:48:44 +01:00
2018-10-04 14:21:41 +01:00
2018-08-08 10:51:59 +01:00
2019-04-16 11:10:02 +01:00
2017-11-30 10:49:22 +00:00
2019-01-26 13:39:37 +00:00
2017-12-02 11:25:33 +00:00
2018-06-27 13:55:21 +01:00
2019-04-09 13:44:39 +01:00
2019-04-12 14:05:37 +01:00
2018-02-24 10:31:46 +00:00
2018-08-07 12:13:03 +01:00
2016-10-28 16:15:18 +01:00
2018-08-23 18:02:23 +01:00
2018-11-14 11:14:39 +00:00
2018-11-23 23:35:19 +00:00
2019-04-16 11:10:02 +01:00
2019-04-05 17:32:50 +01:00
2017-03-08 11:52:56 +00:00
2019-02-25 10:43:07 +00:00
2018-07-10 17:33:00 +01:00
2019-04-12 09:29:06 +01:00
2019-04-23 23:30:19 +01:00
2018-03-06 06:43:10 -08:00
2018-10-10 12:47:34 +01:00
2019-03-06 10:39:25 +00:00
2018-03-08 10:39:32 -08:00
2019-04-16 11:10:02 +01:00
2019-04-05 17:32:50 +01:00
2019-02-15 16:05:37 +00:00
2018-11-14 11:14:39 +00:00
2019-02-25 10:43:07 +00:00
2019-03-18 23:47:43 +00:00
2018-07-04 00:02:16 +01:00
2018-12-20 14:53:55 +00:00
2018-04-13 16:58:07 +01:00
2019-02-16 08:19:34 +00:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2019-04-16 11:10:02 +01:00
2019-04-16 11:10:02 +01:00
2019-04-16 11:10:02 +01:00
2019-04-12 14:05:37 +01:00
2019-01-27 13:05:17 +00:00
2019-04-03 14:50:13 +01:00
2018-08-08 10:51:59 +01:00
2018-01-30 12:53:16 +00:00
2016-09-16 15:24:02 +01:00
2019-04-16 11:10:02 +01:00
2019-02-15 16:05:37 +00:00
2018-03-31 09:48:42 +01:00
2019-03-04 22:57:05 +00:00
2019-02-28 13:21:54 +00:00
2019-04-01 14:48:44 +01:00
2019-03-25 23:19:53 +00:00
2019-04-12 09:29:06 +01:00
2019-02-20 11:30:35 +00:00
2019-01-16 15:35:07 +00:00
2016-06-16 11:11:40 +01:00
2018-08-23 07:50:01 +01:00
2017-07-24 09:13:30 +01:00
2019-01-27 13:05:17 +00:00
2019-04-03 14:50:13 +01:00
2019-02-25 10:43:07 +00:00
2018-11-14 11:14:39 +00:00
2018-10-12 16:57:21 +01:00
2019-04-11 21:12:48 +01:00
2019-04-16 11:10:02 +01:00
2019-04-16 11:10:02 +01:00
2019-03-24 17:00:52 +00:00
2019-02-17 10:19:59 +00:00
2019-01-14 11:35:56 +00:00
2018-06-18 11:07:57 +01:00
2019-04-12 09:29:06 +01:00
2018-06-18 11:07:58 +01:00
2019-03-04 22:57:06 +00:00
2019-01-14 11:49:07 +00:00
2019-01-27 13:05:17 +00:00
2019-03-04 22:57:05 +00:00
2019-03-29 08:28:53 +00:00
2018-01-23 23:43:45 +00:00
2018-11-14 11:14:40 +00:00
2018-12-15 11:48:07 +00:00
2018-10-12 16:57:21 +01:00
2017-02-23 12:49:51 -08:00
2019-04-16 11:10:02 +01:00
2019-02-25 16:35:33 +00:00
2019-04-05 17:32:50 +01:00