https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278009
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brooks Davis <[email protected]> --- Wow, that's the first user of `brk` I've seen in the wild. This code is quite weird. Why are then using brk to implement sbrk when sbrk is right there? I'd probably just #ifdef out the whole block on aarch64 and riscv if not just deleting the code. It doesn't look like this is used to speak of. -- You are receiving this mail because: You are the assignee for the bug.
