10 lines
194 B
C
10 lines
194 B
C
#ifndef _BITS_SYS_RESOURCE_H
|
|
#define _BITS_SYS_RESOURCE_H
|
|
|
|
#define RUSAGE_SELF 0
|
|
#define RUSAGE_CHILDREN (-1)
|
|
#define RUSAGE_BOTH (-2)
|
|
#define RUSAGE_THREAD 1
|
|
|
|
#endif /* _BITS_SYS_RESOURCE_H */
|