2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
29 #include <machine/types.h>
34 #ifndef __clock_t_defined
35 typedef _CLOCK_T_ clock_t;
36 #define __clock_t_defined
43 clock_t tms_utime; /* user time */
44 clock_t tms_stime; /* system time */
45 clock_t tms_cutime; /* user time, children */
46 clock_t tms_cstime; /* system time, children */
52 extern clock_t times(struct tms *);
57 #endif /* !_SYS_TIMES_H */