Date: Thu, 28 Mar 2024 19:20:26 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 278009] The brk(2) symbol isn't found on arm64 (devel/google-perftools fails to link) Message-ID: <bug-278009-227-0Faljep2TR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278009-227@https.bugs.freebsd.org/bugzilla/> References: <bug-278009-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278009 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 sb= rk is right there? I'd probably just #ifdef out the whole block on aarch64 and riscv if not ju= st deleting the code. It doesn't look like this is used to speak of. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278009-227-0Faljep2TR>