[Bug 278009] The brk(2) symbol isn't found on arm64 (devel/google-perftools fails to link)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 28 Mar 2024 19:20:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278009

Brooks Davis <brooks@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org

--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
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.