Actions
Bug #13226
closedstrtol: 'NULL' undeclared
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
While building stand on sparc:
../../../common/util/strtol.c: In function 'strtol': ../../../common/util/strtol.c:72:13: error: 'NULL' undeclared (first use in this function) if (ptr != NULL) ^~~~ ../../../common/util/strtol.c:72:13: note: each undeclared identifier is reported only once for each function it appears in ../../../common/util/strtoul.c:67:13: error: 'NULL' undeclared (first use in this function) if (ptr != NULL) ^~~~ ../../../common/util/strtoul.c:67:13: note: each undeclared identifier is reported only once for each function it appears in Current working directory /code/illumos-gate/usr/src/stand/lib/sa
The 13173 did miss sparc stand tree.
Related issues
Updated by Toomas Soome over 1 year ago
- Related to Feature #13173: loader: add strtoul, strtoull, memmem and abort added
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 6ffde572b778ee5005a114c9457ced33a6d5141e
commit 6ffde572b778ee5005a114c9457ced33a6d5141e Author: Toomas Soome <tsoome@me.com> Date: 2020-10-20T15:26:04.000Z 13226 strtol: 'NULL' undeclared Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions