summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-28 01:15:17 +0000
committeremaste <emaste@FreeBSD.org>2015-04-28 01:15:17 +0000
commitf114cb2240600206bb5435db4c5784e5f8838acb (patch)
tree4e8c63e32357a386af3c1cec3e901c5dd6fc2d09 /libexec/rtld-elf/rtld.h
parent971f2aaa6e10e4371345eb03c47d43ffb378a3be (diff)
downloadFreeBSD-src-f114cb2240600206bb5435db4c5784e5f8838acb.zip
FreeBSD-src-f114cb2240600206bb5435db4c5784e5f8838acb.tar.gz
MFC r281005: Make die available as rtld_die for use by MD relocation code
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec/rtld-elf/rtld.h')
-rw-r--r--libexec/rtld-elf/rtld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h
index 2fef9ef..d75d0ab 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -355,6 +355,7 @@ typedef struct Struct_SymLook {
} SymLook;
void _rtld_error(const char *, ...) __printflike(1, 2) __exported;
+void rtld_die(void) __dead2;
const char *rtld_strerror(int);
Obj_Entry *map_object(int, const char *, const struct stat *);
void *xcalloc(size_t, size_t);
OpenPOWER on IntegriCloud