summaryrefslogtreecommitdiff
path: root/libelf/elf32_updatefile.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-12 19:54:51 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-12 19:54:51 +0000
commit077c65f3be02e5d01b0c4dea3f6c854077d156fc (patch)
treefecd1e1ecee19dcc87b498c32d974d875f782110 /libelf/elf32_updatefile.c
parentcc41562f94052f307da4429f33cc18c7d510b2f5 (diff)
downloadelfutils-077c65f3be02e5d01b0c4dea3f6c854077d156fc.tar.gz
merge of 67f3844b544f03a64b3ac896c19f94744923d76a
and ba017f6b59b4ad649cf32f4eefdfecca8b31332c
Diffstat (limited to 'libelf/elf32_updatefile.c')
-rw-r--r--libelf/elf32_updatefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/elf32_updatefile.c b/libelf/elf32_updatefile.c
index 6eab3cf0..68253651 100644
--- a/libelf/elf32_updatefile.c
+++ b/libelf/elf32_updatefile.c
@@ -112,7 +112,7 @@ sort_sections (Elf_Scn **scns, Elf_ScnList *list)
int
-internal_function_def
+internal_function
__elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum)
{
ElfW2(LIBELFBITS,Ehdr) *ehdr;
@@ -444,7 +444,7 @@ fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp)
int
-internal_function_def
+internal_function
__elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum)
{
char fillbuf[FILLBUFSIZE];