Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226673
Collapse All | Expand All

(-)os/Linux.h.orig (+11 lines)
Lines 189-191 Link Here
189
189
190
#define F_LASTFIELD 35
190
#define F_LASTFIELD 35
191
};
191
};
192
193
/* glibc 2.8 define this macro only if system wide fixed len value id present
194
 * otherwise must be read from system configuration */
195
196
#if defined(_SC_ARG_MAX)
197
# if defined(ARG_MAX)
198
#    undef ARG_MAX
199
# endif
200
# define ARG_MAX sysconf (_SC_ARG_MAX)
201
#endif
202

Return to bug 226673