summaryrefslogtreecommitdiff
path: root/ldso/include/dlfcn.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-30 22:29:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-30 22:29:02 +0000
commit95223e89a73482c9f4f43ca3babf9edd01f6415b (patch)
treeea6511987bc5e34690367184278805ad0f693455 /ldso/include/dlfcn.h
parent6512a60090c0bcc35742f254b48d7443c7880e3f (diff)
whitespace tweaks
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 */