Details

[Home]

Issue of the Standard # S0162

Brief

The RUSAGE_BOTH is not defined anywhere.

Detailed Description

There are the definitions in LSB 3.1 sys/resource.h (13.4. Data Definitions for libc, 13.4.55. sys/resource.h):
#define RUSAGE_CHILDREN (-1)
#define RUSAGE_BOTH (-2)
#define RUSAGE_SELF 0
The purpose of RUSAGE_BOTH is not described anywhere, while the purpose of RUSAGE_CHILDREN and RUSAGE_SELF is described in SUSv3.

Problem location(s) in the standard

Linux Standard Base Core Specification 3.1, Chapter 13. Base Libraries, 13.4. Data Definitions for libc, 13.4.55. sys/resource.h.

Accepted

LSB Bugzilla, 1437

Status

Fixed in LSB 3.1 Update 1

[Home]