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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h
index 03afd34fb..5cdd6be53 100644
--- a/ldso/include/dlfcn.h
+++ b/ldso/include/dlfcn.h
@@ -19,9 +19,9 @@
`dladdr'. */
typedef struct
{
- __const char *dli_fname; /* File name of defining object. */
+ 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. */
+ const char *dli_sname; /* Name of nearest symbol. */
void *dli_saddr; /* Exact value of nearest symbol. */
} Dl_info;