projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
[kopensolaris-gnu/glibc.git]
/
elf
/
dl-load.c
diff --git
a/elf/dl-load.c
b/elf/dl-load.c
index
f42cb61
..
24ac6f0
100644
(file)
--- a/
elf/dl-load.c
+++ b/
elf/dl-load.c
@@
-750,6
+750,9
@@
_dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
{
struct link_map *l = NULL;
+ auto inline caddr_t map_segment (ElfW(Addr) mapstart, size_t len,
+ int prot, int fixed, off_t offset);
+
inline caddr_t map_segment (ElfW(Addr) mapstart, size_t len,
int prot, int fixed, off_t offset)
{