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