I'm trying to compile rt-ax86u and getting the following errors:
mksquashfs.c: In function ‘progress_thrd’:
mksquashfs.c:2705:26: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
2705 | signal(SIGWINCH, sigwinch_handler);
|...