From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: kukuk@suse.de Cc: hjl@lucon.org, libc-hacker@sourceware.cygnus.com Subject: Re: the setrlimit changes in glibc 2.1.3 Date: Thu, 13 Jan 2000 06:33:00 -0000 Message-id: <200001131432.PAA00779@delius.kettenis.local> References: <200001122329.PAA02745@localhost.cygnus.com> <20000112204122.A17748@lucon.org> <20000113072106.A29543@Wotan.suse.de> X-SW-Source: 2000-01/msg00097.html Date: Thu, 13 Jan 2000 07:21:06 +0100 From: Thorsten Kukuk Just curious: I have reported this problem when we have introduced symbol versioning, and everybody here explained me this is the expected behaviour because library and main program should never call 2 different versions of the same function. Now it is a bug ? No, it's not a bug. It was designed this way. As soon as we introduce a new version for a symbol, the old one will become hidden and the (static) linker will refuse to use it. Mark