Details

[Home]

Issue of the Standard # S0263

Brief

Misprint in the description of inflateSync() function

Detailed Description

There are unnecessary commas after ‘next_in’ and ‘and’ in the sentence “On success, inflateSync() shall return Z_OK, and update the next_in,, avail_in, and, total_in fields of stream to reflect the number of bytes of compressed data that have been skipped.” in section ‘Return Value’ of the description of inflateSync() function.

Problem location(s) in the standard

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

Accepted

LSB Bugzilla, 1367

Status

Fixed in LSB 3.2

[Home]