summaryrefslogtreecommitdiff
path: root/ldso/include/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/include/dlfcn.h')
-rw-r--r--ldso/include/dlfcn.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h
index 484558d83..0bacc1a22 100644
--- a/ldso/include/dlfcn.h
+++ b/ldso/include/dlfcn.h
@@ -12,11 +12,10 @@
`dladdr'. */
typedef struct
{
- __const char *dli_fname; /* File name of defining object. */
- void *dli_fbase; /* Load address of that object. */
- __const char *dli_sname; /* Name of nearest symbol. */
- void *dli_saddr; /* Exact value of nearest symbol. */
+ __const char *dli_fname; /* File name of defining object. */
+ void *dli_fbase; /* Load address of that object. */
+ __const char *dli_sname; /* Name of nearest symbol. */
+ void *dli_saddr; /* Exact value of nearest symbol. */
} Dl_info;
-
-#endif /* dlfcn.h */
+#endif /* _DLFCN_H */