projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(dladdr): Change address argument to be const.
[kopensolaris-gnu/glibc.git]
/
elf
/
dlfcn.h
diff --git
a/elf/dlfcn.h
b/elf/dlfcn.h
index
9db5fb4
..
825b484
100644
(file)
--- a/
elf/dlfcn.h
+++ b/
elf/dlfcn.h
@@
-68,7
+68,7
@@
typedef struct
__const char *dli_sname; /* Name of nearest symbol. */
void *dli_saddr; /* Exact value of nearest symbol. */
} Dl_info;
__const char *dli_sname; /* Name of nearest symbol. */
void *dli_saddr; /* Exact value of nearest symbol. */
} Dl_info;
-extern int dladdr __P ((void *__address, Dl_info *__info));
+extern int dladdr __P ((
const
void *__address, Dl_info *__info));
__END_DECLS
__END_DECLS