OSDN Git Service

libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 24 Mar 2011 09:32:10 +0000 (10:32 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:32 +0000 (14:00 +0200)
commitf9946285cec1137bf5353f904c085bb683dd293b
tree0da88821e66e0420c8333a8873214690baf5d315
parent842b502164d0b1558c03dd232ad0e2d4309c87e8
libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl

Use the one from libc.
While there, remove unused _dl_strncmp() and superfluos static forward declarations.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/include/dl-string.h
ldso/libdl/libdl.c