Files
meta-openembedded/meta-oe/recipes-support
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-10-10 12:53:49 -07:00
2025-03-28 10:28:12 -07:00
2025-04-08 08:22:05 -07:00
2024-09-18 21:03:13 -07:00
2025-02-03 11:25:22 -08:00
2025-03-12 08:15:43 -07:00
2025-04-22 09:10:55 -07: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
2025-03-26 07:37:50 -07:00
2025-04-02 07:29:32 -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-04-08 08:22:06 -07:00
2025-02-10 08:45:35 -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-02-09 09:52:13 -08: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-09-12 14:16:20 -07:00
2024-10-12 07:57:16 -07: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-08-01 11:43:17 -07:00
2023-12-27 00:15:54 -08:00
2024-01-22 18:02:27 -08:00
2024-09-09 08:00:09 -07:00
2024-02-09 09:52:08 -08:00
2025-04-23 19:35:02 -07:00
2024-11-19 16:59:16 -08:00
2024-02-09 09:52:12 -08: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
2025-02-19 09:36:17 -08:00
2025-03-10 13:28:32 -07:00
2025-03-25 09:33:52 -07:00
2025-02-10 08:45:36 -08:00
2025-02-17 07:40:58 -08:00
2024-12-19 09:41:28 -08:00
2025-02-10 08:45:37 -08:00
2024-02-19 23:22:24 -08:00
2024-09-15 07:46:44 -07:00
2024-05-12 21:51:32 -07:00
2025-02-17 12:11:03 -08:00
2025-02-27 20:28:17 +00:00
2024-08-09 14:25:15 -07:00
2025-04-23 19:35:09 -07:00
2024-02-09 09:52:08 -08:00
2025-04-16 08:18:05 -07:00
2025-02-25 04:50:39 -08:00
2025-03-13 22:09:36 -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
2025-01-24 18:20:01 -08:00
2024-08-09 14:25:21 -07:00
2025-03-27 17:05:45 -07:00
2024-02-09 09:52:12 -08:00
2025-03-16 14:24:21 -07:00
2024-06-16 15:54:04 -07:00
2024-09-17 22:11:04 -07:00
2024-02-09 09:52:10 -08:00
2024-06-11 22:02:03 -07:00
2025-04-23 19:35:08 -07:00
2024-12-24 08:23:09 -08:00
2025-03-31 14:42:07 -07:00
2025-04-19 14:36:02 -07: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-03-24 21:14:57 -07:00
2024-02-09 09:52:12 -08:00
2025-02-12 09:17:19 -08:00
2025-01-17 16:39:41 -08: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