Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 19... Line 19...
19
	clock_t	tms_cutime;		/* user time, children */
19
	clock_t	tms_cutime;		/* user time, children */
20
	clock_t	tms_cstime;		/* system time, children */
20
	clock_t	tms_cstime;		/* system time, children */
21
};
21
};
Line 22... Line 22...
22
 
22
 
-
 
23
clock_t _EXFUN(times,(struct tms *));
-
 
24
#ifdef _COMPILING_NEWLIB
-
 
25
clock_t _EXFUN(_times,(struct tms *));
Line 23... Line 26...
23
clock_t _EXFUN(times,(struct tms *));
26
#endif
24
 
27
 
25
#ifdef __cplusplus
28
#ifdef __cplusplus
26
}
29
}