Details

[Home]

Issue of the Standard # S0262

Brief

The flag DEF_WBITS is not defined anywhere

Detailed Description

The description of the inflateInit_() function states the following:
The inflateInit_() shall be equivalent to
inflateInit2_(strm, DEF_WBITS, version, stream_size);
However the flag DEF_WBITS is not defined anywhere.

Problem location(s) in the standard

Linux Standard Base Core Specification 3.1, Chapter 14. Utility Libraries, 14.4. Interface Definitions for libz, the description of the inflateInit_() function.

Accepted

LSB Bugzilla, 1353

Status

Fixed in LSB 3.2

[Home]