summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libelf/ChangeLog4
-rw-r--r--libelf/libelfP.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 235b750b..5739c77d 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-18 Mark Wielaard <[email protected]>
+
+ * libelfP.h (__libelf_set_data_list_rdlock): Make internal_function.
+
2015-02-07 Jan Kratochvil <[email protected]>
* elf32_updatenull.c (__elfw2(LIBELFBITS,updatenull_wrlock)): Consider
diff --git a/libelf/libelfP.h b/libelf/libelfP.h
index 0ad4071d..3f4d654b 100644
--- a/libelf/libelfP.h
+++ b/libelf/libelfP.h
@@ -537,7 +537,7 @@ extern Elf_Data *__elf_rawdata_internal (Elf_Scn *__scn, Elf_Data *__data)
raw data available. Might upgrade the ELF lock from a read to a
write lock. If the lock is already a write lock set wrlocked. */
extern void __libelf_set_data_list_rdlock (Elf_Scn *scn, int wrlocked)
- attribute_hidden;
+ internal_function;
extern char *__elf_strptr_internal (Elf *__elf, size_t __index,
size_t __offset) attribute_hidden;
extern Elf_Data *__elf32_xlatetom_internal (Elf_Data *__dest,