Martin Jansa
eb6dc0ceb5
mce-test: fix build with gcc-15
...
fix wait_handler declaration to match definition in:
tools/ltp-pan/ltp-pan.c:wait_handler( int sig )
* fixes build with gcc-15:
http://errors.yoctoproject.org/Errors/Details/852857/
ltp-pan.c: In function 'main':
ltp-pan.c:459:19: error: assignment to '__sighandler_t' {aka 'void (*)(int)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
459 | sa.sa_handler = wait_handler;
| ^
In file included from ltp-pan.c:67:
zoolib.h:52:6: note: 'wait_handler' declared here
52 | void wait_handler();
| ^~~~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-64-oe-linux/mce-test/20230601+git/recipe-sysroot/usr/include/sys/param.h:28,
from ltp-pan.c:56:
TOPDIR/tmp/work/core2-64-oe-linux/mce-test/20230601+git/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
ltp-pan.c:489:17: error: too many arguments to function 'wait_handler'; expected 0, have 1
489 | wait_handler(SIGINT);
| ^~~~~~~~~~~~ ~~~~~~
Signed-off-by: Martin Jansa <martin.jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-04-23 19:35:09 -07:00
..
2024-02-09 09:52:12 -08:00
2025-03-20 08:46:56 -07:00
2024-10-10 12:53:49 -07:00
2025-03-28 10:28:12 -07:00
2024-11-05 19:19:22 -08:00
2025-04-08 08:22:05 -07:00
2024-11-01 06:43:16 -07:00
2024-09-18 21:03:13 -07:00
2025-02-03 11:25:22 -08:00
2025-04-07 07:39:10 -07:00
2025-03-12 08:15:43 -07:00
2025-04-22 09:10:55 -07:00
2025-03-11 17:17:19 -07:00
2024-06-12 06:11:47 -07:00
2024-11-05 19:19:22 -08:00
2024-01-22 18:02:26 -08:00
2025-03-16 09:09:44 -07:00
2024-02-09 09:52:12 -08:00
2024-08-09 14:25:12 -07:00
2024-10-31 08:13:25 -07:00
2025-01-07 09:33:14 -08:00
2025-01-24 18:20:05 -08:00
2025-03-20 08:46:56 -07:00
2025-03-26 07:37:50 -07:00
2025-04-02 07:29:32 -07:00
2024-06-21 21:45:10 -07:00
2025-01-02 07:49:49 -08:00
2025-01-24 18:20:00 -08:00
2023-12-22 06:39:32 -08:00
2025-03-27 17:05:46 -07:00
2025-04-07 23:33:19 -07:00
2025-02-26 08:30:49 -08:00
2024-08-09 14:25:07 -07:00
2024-06-11 15:40:17 -07:00
2025-04-08 08:22:06 -07:00
2025-04-07 12:21:22 -07:00
2025-02-10 08:45:35 -08:00
2023-12-29 09:04:23 -08:00
2025-01-31 10:34:03 -08:00
2025-01-01 19:02:17 -08:00
2024-03-08 17:21:41 +02:00
2025-03-15 23:05:32 -07:00
2024-11-05 19:19:22 -08:00
2024-02-09 09:52:13 -08:00
2024-07-14 12:06:20 -07:00
2024-11-05 19:19:22 -08:00
2024-07-24 08:56:32 -07:00
2024-09-15 07:46:44 -07:00
2025-04-08 08:22:05 -07:00
2025-03-20 14:21:07 -07:00
2024-02-09 09:52:12 -08:00
2024-10-04 14:46:02 -07:00
2024-11-05 19:19:22 -08:00
2024-09-12 14:16:20 -07:00
2025-03-20 08:46:56 -07:00
2024-10-12 07:57:16 -07:00
2024-11-05 13:06:27 -08:00
2025-03-31 14:42:07 -07:00
2024-05-23 08:44:41 -07:00
2025-02-28 10:22:01 -08:00
2025-03-27 17:05:45 -07:00
2025-03-19 11:37:47 -07:00
2024-05-28 09:34:30 -07:00
2024-05-23 08:44:43 -07:00
2024-11-05 19:19:22 -08:00
2024-08-01 11:43:17 -07:00
2023-12-27 00:15:54 -08:00
2024-01-22 18:02:27 -08:00
2024-08-09 14:25:08 -07:00
2024-02-09 09:52:12 -08:00
2025-03-20 08:46:56 -07:00
2025-03-20 08:46:56 -07:00
2024-09-09 08:00:09 -07:00
2024-02-09 09:52:08 -08:00
2025-02-26 08:30:49 -08:00
2025-02-25 04:50:38 -08:00
2024-11-05 19:19:22 -08:00
2025-04-23 19:35:02 -07:00
2024-03-17 13:10:10 -07:00
2024-11-19 16:59:16 -08:00
2024-12-19 09:41:29 -08:00
2025-02-05 13:56:33 -08:00
2024-02-09 09:52:12 -08:00
2024-08-28 07:11:31 -07:00
2024-11-05 19:19:22 -08:00
2024-09-10 18:28:31 -07:00
2024-12-24 08:23:09 -08:00
2024-01-04 22:47:08 -08:00
2025-04-04 19:18:47 -07:00
2025-02-03 13:05:32 -08:00
2024-11-19 16:59:10 -08:00
2024-02-09 09:52:12 -08:00
2024-06-27 09:18:54 -07:00
2025-04-04 19:18:47 -07:00
2025-02-19 09:36:17 -08:00
2025-03-10 13:28:32 -07:00
2025-03-25 09:33:52 -07:00
2024-03-09 10:55:23 -08:00
2024-08-09 14:25:14 -07:00
2024-11-05 19:19:22 -08:00
2024-09-18 21:03:14 -07:00
2025-02-10 08:45:36 -08:00
2024-07-24 08:56:39 -07:00
2025-04-10 08:31:04 -07:00
2024-11-05 19:19:22 -08:00
2025-02-17 07:40:58 -08:00
2025-02-12 09:16:00 -08:00
2024-12-19 09:41:28 -08:00
2025-02-10 08:45:37 -08:00
2024-06-28 11:22:03 -07:00
2024-11-05 19:19:22 -08:00
2025-04-07 12:21:22 -07:00
2024-02-19 23:22:24 -08:00
2025-04-11 20:51:29 -07:00
2024-09-15 07:46:44 -07:00
2024-11-05 19:19:22 -08:00
2024-05-12 21:51:32 -07:00
2025-01-10 16:49:01 -08:00
2025-03-25 09:33:53 -07:00
2024-04-02 11:28:50 -07:00
2025-02-17 12:11:03 -08:00
2024-11-19 16:59:07 -08:00
2024-06-28 11:22:03 -07:00
2025-03-20 08:46:56 -07:00
2024-11-05 19:19:22 -08:00
2025-02-27 20:28:17 +00:00
2024-08-09 14:25:15 -07:00
2025-04-15 12:52:20 -07:00
2024-11-05 19:19:22 -08:00
2025-04-23 19:35:09 -07:00
2024-02-09 09:52:08 -08:00
2024-11-05 19:19:22 -08:00
2025-04-16 08:18:05 -07:00
2024-11-05 19:19:22 -08:00
2024-07-24 08:56:44 -07:00
2025-04-15 12:52:20 -07:00
2025-02-25 04:50:39 -08:00
2025-04-04 19:18:47 -07:00
2025-03-13 22:09:36 -07:00
2024-07-24 08:56:45 -07:00
2025-01-01 19:02:17 -08:00
2025-03-31 14:42:06 -07:00
2025-01-07 19:39:34 -08:00
2024-01-04 22:47:08 -08:00
2025-03-20 08:46:56 -07:00
2025-04-04 19:18:47 -07:00
2025-02-04 20:25:51 -08:00
2025-01-24 18:20:01 -08:00
2024-11-05 19:19:22 -08:00
2025-04-19 14:35:58 -07:00
2024-03-17 13:10:10 -07:00
2025-03-20 08:46:56 -07:00
2024-03-20 09:28:06 -07:00
2024-08-28 07:11:32 -07:00
2024-08-09 14:25:21 -07:00
2025-03-25 18:30:53 -07:00
2025-02-14 20:27:18 -08:00
2024-11-05 19:19:22 -08:00
2025-03-27 17:05:45 -07:00
2025-04-19 14:36:02 -07:00
2024-02-09 09:52:12 -08:00
2024-12-11 09:56:51 -08:00
2025-03-16 14:24:21 -07:00
2025-03-20 08:46:56 -07:00
2025-04-10 08:31:04 -07:00
2024-11-05 19:19:22 -08:00
2024-05-19 08:27:51 -07:00
2024-08-24 15:46:31 -07:00
2024-06-16 15:54:04 -07:00
2024-11-05 19:19:22 -08:00
2024-08-09 14:25:11 -07:00
2025-03-20 08:46:56 -07:00
2024-09-17 22:11:04 -07:00
2024-02-09 09:52:14 -08:00
2024-02-09 09:52:10 -08:00
2024-06-11 22:02:03 -07:00
2025-01-31 10:34:03 -08:00
2024-05-23 08:44:44 -07:00
2024-02-09 09:52:12 -08:00
2025-04-04 19:18:20 -07:00
2025-04-23 19:35:08 -07:00
2025-01-06 07:22:29 -08:00
2025-04-15 12:52:17 -07:00
2024-02-09 09:52:14 -08:00
2025-01-10 09:33:52 -08:00
2025-03-20 08:46:56 -07:00
2025-04-07 07:39:10 -07:00
2025-03-20 08:46:56 -07:00
2024-02-12 19:34:16 -08:00
2024-12-24 08:23:09 -08:00
2025-03-27 17:16:16 -07:00
2025-02-17 07:40:59 -08:00
2025-03-31 14:42:07 -07:00
2025-04-19 14:36:02 -07:00
2024-11-05 19:19:22 -08:00
2024-12-03 09:44:36 -08:00
2024-09-10 07:20:41 -07:00
2025-03-16 09:09:48 -07:00
2025-04-06 08:53:11 -07:00
2024-07-24 08:56:52 -07:00
2025-03-24 21:14:57 -07:00
2024-05-19 08:27:59 -07:00
2025-03-25 18:30:53 -07:00
2025-04-08 21:03:47 -07:00
2024-02-09 09:52:12 -08:00
2025-04-22 09:10:56 -07:00
2025-04-07 19:49:49 -07:00
2025-01-31 10:34:03 -08:00
2024-08-28 07:11:32 -07:00
2025-02-24 21:31:38 -08:00
2025-02-12 09:17:19 -08:00
2025-03-20 08:46:56 -07:00
2024-11-27 09:36:51 -08:00
2025-01-17 16:39:41 -08:00
2024-11-05 19:19:22 -08:00
2025-03-20 08:46:56 -07:00
2025-01-16 09:27:34 -08:00
2024-02-09 09:52:12 -08:00
2025-01-26 22:16:09 -08:00
2024-11-05 19:19:22 -08:00