1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Move _dl_important_hwcaps to dl-hwcaps.c

This commit is contained in:
H.J. Lu
2012-10-05 10:26:29 -07:00
parent 1d1b34df90
commit 53cea63e99
6 changed files with 287 additions and 292 deletions

View File

@ -335,23 +335,6 @@ _dl_non_dynamic_init (void)
}
}
const struct r_strlenpair *
internal_function
_dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz,
size_t *max_capstrlen)
{
static struct r_strlenpair result;
static char buf[1];
result.str = buf; /* Does not really matter. */
result.len = 0;
*sz = 1;
return &result;
}
#ifdef DL_SYSINFO_IMPLEMENTATION
DL_SYSINFO_IMPLEMENTATION
#endif