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
UCM: gate brk/sbrk hooks on configure-time availability (#11198)
Some platforms do not provide brk()/sbrk(). UCM currently builds and registers
hooks for these symbols unconditionally, which can break the build or lead to
undefined behavior when the functions are absent.
0 commit comments