mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 10:30:20 +00:00
(_DL_PLATFORMS_COUNT): Define to 0 if it's not defined.
This commit is contained in:
parent
85857f932b
commit
474704e49e
@ -34,6 +34,10 @@ extern void *_dl_sysdep_read_whole_file (const char *filename,
|
||||
|
||||
extern const char *_dl_platform;
|
||||
|
||||
#ifndef _DL_PLATFORMS_COUNT
|
||||
# define _DL_PLATFORMS_COUNT 0
|
||||
#endif
|
||||
|
||||
/* This is the starting address and the size of the mmap()ed file. */
|
||||
static struct cache_file *cache;
|
||||
static struct cache_file_new *cache_new;
|
||||
|
Loading…
Reference in New Issue
Block a user