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: LINK_MAX undefined


>>>>> Ulrich Drepper writes:

Uli> Jakub Jelinek <jakub@redhat.com> writes:
>> You could do something like (untested):
>> There is a problem with OPEN_MAX as well, sys/params.h uses it to define
>> NOFILE. How to solve that one?

Uli> I've checked in changes for this.  I don't want to use kernel headers
Uli> for any of these things.

>> Or should we check the kernel version first?

Uli> We need kernel version checks.

One more problem:
../sysdeps/posix/getdtsz.c: In function `__getdtablesize':
../sysdeps/posix/getdtsz.c:33: `OPEN_MAX' undeclared (first use in this function)

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

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