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, 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.

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Maxfeldstr. 5                 D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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