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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Solution to my linuxthreads problem


Andreas Jaeger <aj@suse.de> writes:

> Yesterday I reported a problem with the current glibc when using
> headers from 2.3.33 on a Linux 2.2.13 system.  Together with Andreas
> Schwab we've fixed this with the appended patch.  The problem is that
> ugetrlimit doesn't exist and therefore errno is set - but errno is not
> initialized yet.  The solution is to move the getrlimit call after
> errno has been set.

Thanks, I've applied the patch.

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