1
0
Fork 0
forked from mirror/openwrt
openwrt/package/network
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
..
config wifi-scripts: set rsn_overriding for client mode interfaces 2025-08-04 12:40:08 +02:00
ipv6 odhcp6c: Conditionally request S46 OROs 2025-06-03 17:30:57 +01:00
services ead: replace legacy RETSIGTYPE with void in signal handler 2025-08-06 06:39:47 +02:00
utils nftables: remove usage of autoreconf 2025-07-26 14:38:09 +02:00