(_DL_PLATFORMS_COUNT): Define to 0 if it's not defined.

This commit is contained in:
Andreas Jaeger 2000-11-16 07:41:03 +00:00
parent 85857f932b
commit 474704e49e

View File

@ -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;