summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-02 21:35:36 +0000
committeremaste <emaste@FreeBSD.org>2015-04-02 21:35:36 +0000
commitd9fc1f13c227fec9b81deef14f8a7dc9a3e442bd (patch)
tree4a20b42d5e792f1bcf30149be1526f4236034262 /libexec/rtld-elf/rtld.h
parent3fa46c366df313a2d50df25aeb22307e3e9ff011 (diff)
downloadFreeBSD-src-d9fc1f13c227fec9b81deef14f8a7dc9a3e442bd.zip
FreeBSD-src-d9fc1f13c227fec9b81deef14f8a7dc9a3e442bd.tar.gz
Make die available as rtld_die for use by MD relocation code
Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2213
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 e16e46a..d207a92 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -354,6 +354,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