aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/dl-cache.h')
-rw-r--r--sysdeps/generic/dl-cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/dl-cache.h b/sysdeps/generic/dl-cache.h
index 2d02dcf347..7938fc0b4a 100644
--- a/sysdeps/generic/dl-cache.h
+++ b/sysdeps/generic/dl-cache.h
@@ -76,7 +76,7 @@ struct file_entry_new
{
int32_t flags; /* This is 1 for an ELF library. */
uint32_t key, value; /* String table indices. */
- uint32_t __unused; /* Align next field always on 8 byte boundary. */
+ uint32_t osversion; /* Required OS version. */
uint64_t hwcap; /* Hwcap entry. */
};