commit
77e7ba3201365565a21b42979b8d44be9936f254
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Sep 3 14:19:21 2017 +0200
hurd: fix overriding rtld's __sbrk with the real implementation
* sysdeps/mach/hurd/dl-sysdep.c (__sbrk): Add weak_function
qualifier.
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-rtld-sbrk-2.diff
/* This is used by dl-tunables.c to strdup strings. We can just make this a
mere allocation. */
void *
+weak_function
__sbrk (intptr_t increment)
{
vm_address_t addr;