aboutsummaryrefslogtreecommitdiff
path: root/elf/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/cache.c')
-rw-r--r--elf/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c
index e34ea5ccf5..eda1ce2d8e 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -464,7 +464,7 @@ add_to_cache (const char *path, const char *lib, int flags,
{
struct cache_entry *new_entry, *ptr, *prev;
char *full_path;
- int len, i;
+ size_t len, i;
new_entry = (struct cache_entry *) xmalloc (sizeof (struct cache_entry));