mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-28 06:50:38 +00: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:
|
||
|---|---|---|
| .. | ||
| files | ||
| patches | ||
| Makefile | ||