projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b2190
)
(_dl_map_object_from_fd): Fix type in decl.
author
roland
<roland>
Wed, 27 Sep 1995 04:16:19 +0000
(
04:16
+0000)
committer
roland
<roland>
Wed, 27 Sep 1995 04:16:19 +0000
(
04:16
+0000)
elf/link.h
patch
|
blob
|
history
diff --git
a/elf/link.h
b/elf/link.h
index
5564c1c
..
aacb3f1
100644
(file)
--- a/
elf/link.h
+++ b/
elf/link.h
@@
-167,7
+167,7
@@
extern struct link_map *_dl_map_object (struct link_map *loader,
/* Similar, but file found at REALNAME and opened on FD.
REALNAME must malloc'd storage and is used in internal data structures. */
extern struct link_map *_dl_map_object_from_fd (const char *name,
- int fd, c
onst c
har *realname,
+ int fd, char *realname,
Elf32_Addr *entry_point);
/* Cache the locations of MAP's hash table. */