|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * Structure returned by the `times' system call.
8: */
9:
10: #ifndef TIMES_H
11: #define TIMES_H TIMES_H
12:
13: struct tbuffer {
14: long tb_utime; /* Process user time */
15: long tb_stime; /* Process system time */
16: long tb_cutime; /* Child user time */
17: long tb_cstime; /* Child system time */
18: };
19:
20: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.