You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to the commit history, on December 6th 2019 SPARE_USRSPACE got removed due to being unused legacy API, making the FreeBSD version no longer possible to build.
proposed solution: defining it in src/freebsd/osload.c as 4096 (that's the value it's supposed to be) or replacing the call instance with an integer value.
cannot build src/freebsd/signal.c
at line 45, position 7 of src/freebsd/signal.h the si_band macro is called causing the two issues in the picture below:
proposed solution: ...no idea, to be perfectly honest. maybe someone smarter than me can figure this out.
SPARE_USRSPACE
according to the commit history, on December 6th 2019 SPARE_USRSPACE got removed due to being unused legacy API, making the FreeBSD version no longer possible to build.
proposed solution: defining it in
src/freebsd/osload.cas 4096 (that's the value it's supposed to be) or replacing the call instance with an integer value.cannot build
src/freebsd/signal.csrc/freebsd/signal.hthesi_bandmacro is called causing the two issues in the picture below: