2 Copyright © 2009-2013, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function sysconf().
11 /*****************************************************************************
28 Currently only _SC_ARG_MAX handling is implemented
38 ******************************************************************************/
42 /* TODO: Implement other names */
43 case _SC_ARG_MAX
: return ARG_MAX
;