This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: _cleanup


"David S. Miller" <davem@dm.cobaltmicro.com> writes:

> It's probably a header namespace issue, and thus probably something we
> can make visible if GNU_SOURCE is defined at compile time.  That is,
> unless Uli's intention is to deprecate this interface.

glibc 2.1 does not export symbols which are not supposed to be used.
This includes almost all symbols starting with an underscore.
_cleanup simply is not supposed to be used.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]