Details

[Home]

Issue of the Standard # S0117

Brief

The flag __WRDE_FLAGS is not described

Detailed Description

There is the definition of enum in LSB 3.1 wordexp.h (13.4. Data Definitions for libc, 13.4.80. wordexp.h):

enum {
    WRDE_DOOFFS, WRDE_APPEND, WRDE_NOCMD, WRDE_REUSE, WRDE_SHOWERR,
    WRDE_UNDEF, __WRDE_FLAGS
};
The purpose of the flag __WRDE_FLAGS is not described anywhere, while the purpose of the remaining flags 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.80. wordexp.h.

Accepted

LSB Bugzilla, 1346

Status

Fixed in LSB 3.2

[Home]