openwrt-mirror/package
Nick Hainke 6719bf5672 ead: replace legacy RETSIGTYPE with void in signal handler
The RETSIGTYPE macro was historically used for signal handler return types,
defaulting to int on some legacy systems. This is no longer needed,
so we now use void as the return type.

Fixes a compiler error:
  error: assignment to 'void (*)(int)' from incompatible pointer type 'int (*)()' [-Wincompatible-pointer-types]

Link: https://github.com/openwrt/openwrt/pull/19681
Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-08-06 06:39:47 +02:00
..
base-files base-files: find_mmc_part: Silence error when no MMC exists 2025-07-27 18:08:44 +02:00
boot uboot-envtools: gs1900-48: set fw_env/sys.config 2025-08-03 15:34:51 +02:00
devel perf: fix build on mips 2025-07-17 20:53:19 +02:00
firmware wireless-regdb: Update to version 2025.07.10 2025-07-21 23:18:17 +02:00
kernel kernel: kmod-drm-imx-hdmi: Fix kmod-drm-display-helper dependency 2025-07-27 01:35:36 +02:00
libs gettext-full: fix m4 path after gettextize update 2025-07-31 22:42:03 +02:00
network ead: replace legacy RETSIGTYPE with void in signal handler 2025-08-06 06:39:47 +02:00
system selinux-policy: update version to v2.8.2 2025-07-26 18:22:30 +02:00
utils util-linux: add last util 2025-08-01 18:29:37 +02:00
Makefile package: rework contents of package index.json 2025-06-11 16:55:31 +02:00