mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-10 01:44:27 -05:00
The function trace_on_exit() is given to atexit() as a parameter, but
atexit() only takes a function pointer to a function with a void
parameter.
This problem was introduced when the on_exit() function was incompletely
replaced by atexit().
Fixes:
|
||
|---|---|---|
| .. | ||
| 000-debian_16.patch | ||
| 200-no_libfl.patch | ||
| 300-objcopy_path.patch | ||
| 400-portability_fixes.patch | ||
| 500-br2684ctl_script.patch | ||
| 501-br2684ctl_itfname.patch | ||
| 510-remove-LINUX_NETDEVICE-hack.patch | ||
| 600-fix-format-errors.patch | ||
| 700-musl-include.patch | ||