Bug#583433: libc6-dev: bassackwards tests for ARG_MAX in sys/param.h

2011-03-07 Thread Jonathan Nieder
forwarded 583433 http://thread.gmane.org/gmane.comp.lib.glibc.alpha/15973 found 583433 eglibc/2.13-0exp3 quit Hi, Ian Zimmerman wrote: > The line just below the comment should be #ifdef and not #ifndef. See also > /usr/include/bits/local_lim.h where the same mechanism is used (correctly). I've

Bug#583433: libc6-dev: bassackwards tests for ARG_MAX in sys/param.h

2010-05-27 Thread Ian Zimmerman
Package: libc6-dev Version: 2.10.2-9 Severity: normal Tags: squeeze upstream Here's the beginning of /usr/include/sys/param.h: #ifndef ARG_MAX # define __undef_ARG_MAX #endif #include #include #include /* The kernel headers defines ARG_MAX. The value is wrong, though. */ #ifndef __undef_AR