2000-12-04 Joel Sherrill <joel@OARcorp.com>

* libc/include/sys/times.h: Add reference to POSIX standard.
This commit is contained in:
Jeff Johnston 2000-12-04 18:47:07 +00:00
parent 8677b81966
commit 6ba54a1544
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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 */