From 474704e49e7bfa72f731a857bf922340deac6b52 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 16 Nov 2000 07:41:03 +0000 Subject: (_DL_PLATFORMS_COUNT): Define to 0 if it's not defined. --- sysdeps/generic/dl-cache.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/dl-cache.c b/sysdeps/generic/dl-cache.c index 4ece370..ea4239a 100644 --- a/sysdeps/generic/dl-cache.c +++ b/sysdeps/generic/dl-cache.c @@ -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; -- cgit v1.1