From 056eef45e07761176a3c5ba0f063826182ffc249 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 28 Feb 2003 15:29:47 +0000 Subject: Fix a potential compile error --- ldso/libdl/libdl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso/libdl/libdl.c') diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 15749ce21..579263be7 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -72,6 +72,8 @@ static char *_dl_debug_detail = 0; static char *_dl_debug_nofixups = 0; static char *_dl_debug_bindings = 0; static int _dl_debug_file = 2; +#elif defined __SUPPORT_LD_DEBUG_EARLY__ +#define _dl_debug_file 2 #endif char *_dl_library_path = 0; char *_dl_ldsopath = 0; -- cgit v1.2.3