Update contrib.
2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 // connectors for re-entrant system calls
21 #include <sys/param.h>
23 #include <sys/sysctl.h>
24 #include <sys/resource.h>
25 #include <sys/socket.h>
30 #include <pthread.h> /* we just need the limits */
51 retval = 20 ; //KMaxArgC ;
67 case _SC_JOB_CONTROL :
86 case _SC_NGROUPS_MAX : //Suplimentary groups not supported
87 case _SC_CHILD_MAX : //Needs imp of getrlimit
94 case _SC_2_C_DEV : //c99, yac lex utilities are not there
96 case _SC_2_FORT_DEV: // FORTAN development utilities not supported
97 case _SC_2_FORT_RUN :// FORTAN Run time utilities not supported
98 case _SC_2_UPE : //User portability not supported
99 case _SC_2_CHAR_TERM : //as UPE is not supported
100 case _SC_2_SW_DEV: //utilities such as nm and strip are not supported
101 case _SC_2_LOCALEDEF ://No support for supports Locale Creation Utilities option
109 retval = getpagesize() ;