[git commit ldso-future] libdl.c: no need to rename _dl_malloc and _dl_free, it's in ldso.h already

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=0838db17d1d48eacf70b144dc885b560e184dfce
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/libdl/libdl.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index aa244ee..93bbb4c 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -36,9 +36,6 @@
 #include <stdbool.h>
 
 #ifndef SHARED
-#define _dl_malloc malloc
-#define _dl_free free
-
 /* When libdl is linked as a static library, we need to replace all
  * the symbols that otherwise would have been loaded in from ldso... */
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list