From a18d65d736ec471b98ba8f18bf63ee3f9e847bc2 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Thu, 31 Mar 2011 21:38:39 +0200
Subject: [PATCH 221/396] ldso.c: change _dl_debug_file to 2 since it is not guarded by SUPPORT_LD_DEBUG

Reported-by: Tony Wu <tung7970@gmail.com
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 ldso/ldso/ldso.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index de1abdd..d7d1150 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -821,7 +821,7 @@ of this helper program; chances are you did not intend to run this program.\n\
 
 #ifndef __LDSO_LDD_SUPPORT__
 	if (trace_loaded_objects) {
-		_dl_dprintf(_dl_debug_file, "Use the ldd provided by uClibc\n");
+		_dl_dprintf(2, "Use the ldd provided by uClibc\n");
 		_dl_exit(1);
 	}
 #endif
-- 
1.7.0.4

