openwrt-6.x/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
firmware
kernel
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
utils util-linux: add last util 2025-08-01 18:29:37 +02:00
Makefile