summaryrefslogtreecommitdiff
path: root/ldso/ldso/readelflib1.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-17 01:19:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-17 01:19:15 +0000
commit1c3d156a919cfb234753a392ae84b4e302f36b03 (patch)
treee8f316155fe00bb3c82f8dd2eb3ef81ab45700bb /ldso/ldso/readelflib1.c
parente550d5a49553ce47f5cf28a1b3ddd10992bb9423 (diff)
Oops. USE_CACHE was disabled and didn't compile when enabled
since I'd forgotten a one liner... -Erik
Diffstat (limited to 'ldso/ldso/readelflib1.c')
-rw-r--r--ldso/ldso/readelflib1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/readelflib1.c b/ldso/ldso/readelflib1.c
index fa84dde52..049452bfa 100644
--- a/ldso/ldso/readelflib1.c
+++ b/ldso/ldso/readelflib1.c
@@ -42,7 +42,7 @@ static size_t _dl_cache_size = 0;
int _dl_map_cache(void)
{
int fd;
- struct kernel_stat st;
+ struct stat st;
header_t *header;
libentry_t *libent;
int i, strtabsize;