mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Fix build a chec failures after b05fae4d8e
The include cleanup on dl-minimal.c removed too much for some targets. Also for Hurd, __sbrk is removed from localplt.data now that tunables allocated memory through mmap. Checked with a build for all affected architectures.
This commit is contained in:
parent
b05fae4d8e
commit
824dd3ec49
@ -23,6 +23,8 @@
|
||||
#include <dl-sym-post.h>
|
||||
#include <_itoa.h>
|
||||
#include <dl-minimal-malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
/* The rtld startup code calls __rtld_malloc_init_stubs after the
|
||||
|
@ -35,7 +35,6 @@ ld.so: __access
|
||||
ld.so: __access_noerrno
|
||||
ld.so: __getpid
|
||||
ld.so: __getcwd
|
||||
ld.so: __sbrk
|
||||
ld.so: _exit ?
|
||||
ld.so: abort
|
||||
ld.so: _hurd_intr_rpc_mach_msg
|
||||
|
Loading…
Reference in New Issue
Block a user