This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

Re: NGROUPS_MAX in linux 2.6.3+


On Thu, Feb 26, 2004 at 02:18:37PM +0100, Thorsten Kukuk wrote:
> On Thu, Feb 26, Jakub Jelinek wrote:
> 
> > On Thu, Feb 26, 2004 at 01:25:24PM +0100, Thorsten Kukuk wrote:
> > > > Yes.  Some nuances aren't quite right but I've checked in a patch myself
> > > > already anyway.  Thanks,
> > > 
> > > But your changes don't work on non-ix86 Architectures:
> > > 
> > > libc.so.6: undefined reference to `__open_nocancel'
> > > libc.so.6: undefined reference to `__read_nocancel'
> > > libc.so.6: undefined reference to `__close_nocancel'
> > > 
> > > I can find the definitions for this functions only for i386/NPTL,
> > > not for other architectures or configurations.
> > 
> > See http://sources.redhat.com/bugzilla/show_bug.cgi?id=35
> > for a fix.
> 
> No, this does not fix it. This three functions only exits in the
> NPTL version of glibc, not with linuxthreads. But the sysconf code
> is in the generic part of glibc.

Ok, also
s/__open_nocancel/open_not_cancel_2/
s/__read_nocancel/read_not_cancel/
s/__close_nocancel/close_not_cancel/

	Jakub


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