summaryrefslogtreecommitdiffstats
path: root/sys/sys/link_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/link_elf.h')
-rw-r--r--sys/sys/link_elf.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h
index 6e6660f..98840a5 100644
--- a/sys/sys/link_elf.h
+++ b/sys/sys/link_elf.h
@@ -39,7 +39,7 @@
*/
#ifndef _SYS_LINK_ELF_H_
-#define _SYS_LINK_ELF_H_
+#define _SYS_LINK_ELF_H_
#include <sys/elf.h>
@@ -70,9 +70,9 @@ struct r_debug {
void (*r_brk)(struct r_debug *, struct link_map *);
/* pointer to break point */
enum {
- RT_CONSISTENT, /* things are stable */
- RT_ADD, /* adding a shared library */
- RT_DELETE /* removing a shared library */
+ RT_CONSISTENT, /* things are stable */
+ RT_ADD, /* adding a shared library */
+ RT_DELETE /* removing a shared library */
} r_state;
};
@@ -90,8 +90,7 @@ struct dl_phdr_info
__BEGIN_DECLS
-typedef int (*__dl_iterate_hdr_callback)(struct dl_phdr_info *, size_t,
- void *);
+typedef int (*__dl_iterate_hdr_callback)(struct dl_phdr_info *, size_t, void *);
extern int dl_iterate_phdr(__dl_iterate_hdr_callback, void *);
__END_DECLS
OpenPOWER on IntegriCloud