2000-12-04 Joel Sherrill <joel@OARcorp.com>
* libc/include/sys/times.h: Add reference to POSIX standard.
This commit is contained in:
parent
8677b81966
commit
6ba54a1544
|
@ -1,3 +1,7 @@
|
|||
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/include/sys/times.h: Add reference to POSIX standard.
|
||||
|
||||
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/include/sys/time.h: Added BSD timer manipulation macros
|
||||
|
|
|
@ -12,6 +12,7 @@ typedef _CLOCK_T_ clock_t;
|
|||
#define __clock_t_defined
|
||||
#endif
|
||||
|
||||
/* Get Process Times, P1003.1b-1993, p. 92 */
|
||||
struct tms {
|
||||
clock_t tms_utime; /* user time */
|
||||
clock_t tms_stime; /* system time */
|
||||
|
|
Loading…
Reference in New Issue