1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

elf: Remove ldconfig kernel version check

Now that it was removed on libc.so.
This commit is contained in:
Adhemerval Zanella
2022-03-04 10:27:15 -03:00
parent b46d250656
commit c628c22963
14 changed files with 91 additions and 207 deletions

View File

@ -95,7 +95,7 @@ struct file_entry_new
uint32_t key, value; /* String table indices. */
};
};
uint32_t osversion; /* Required OS version. */
uint32_t osversion_unused; /* Required OS version (unused). */
uint64_t hwcap; /* Hwcap entry. */
};