Closed
Bug 1432638
Opened 7 years ago
Closed 7 years ago
Building prfz.c fail with glibc 2.26 headers
Categories
(NSPR :: NSPR, enhancement)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
FIXED
4.19
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
268 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
prfz.c: In function 'main':
prfz.c:24:31: error: 'SIZE_MAX' undeclared (first use in this function); did you mean 'SSIZE_MAX'?
size_t unsigned_max = SIZE_MAX;
^~~~~~~~
SSIZE_MAX
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8944915 -
Flags: review+
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Target Milestone: --- → 4.19
You need to log in
before you can comment on or make changes to this bug.
Description
•