summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
committerUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
commit9652be3de8913e528f86d9d4d2643db6c472f9fe (patch)
treeafa08c329c7b3007487a47b78ed77c47f88d2a4d /elf
parent7434ccadbb6897d366d2377f84efe1e2cd61b02b (diff)
update from main archive 970217
Diffstat (limited to 'elf')
-rw-r--r--elf/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h
index b05ecca199..42e6fa5066 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -25,6 +25,8 @@
#include <elf.h>
+__BEGIN_DECLS
+
/* We use this macro to refer to ELF types independent of the native wordsize.
`ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */
#define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
@@ -340,5 +342,6 @@ extern void _dl_debug_state (void);
in the `r_ldbase' member. Returns the address of the structure. */
extern struct r_debug *_dl_debug_initialize (ElfW(Addr) ldbase);
+__END_DECLS
#endif /* link.h */