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]

LINK_MAX undefined



Compiling without linuxthreads I now get this error message:

../sysdeps/unix/sysv/linux/pathconf.c: In function `__pathconf':
../sysdeps/unix/sysv/linux/pathconf.c:42: `LINK_MAX' undeclared (first use in this function)
../sysdeps/unix/sysv/linux/pathconf.c:42: (Each undeclared identifier is reported only once
../sysdeps/unix/sysv/linux/pathconf.c:42: for each function it appears in.)

What shall we do here ?  Uli, it seems you removed LINK_MAX completly
but it's used in a number of places throughout glibc.  Should
_POSIX_LINK_MAX used instead?

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]