Actions
Feature #5821
closedneed strerror_l()
Start date:
2015-04-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
I tried to build VLC but had a problem due to the fact that strerror_l() was not supported.
Checking POSIX.1-2008 includes support for strerror_l() see link below
http://pubs.opengroup.org/stage7tc1/functions/strerror.html
Can support for the strerror_l() function be considered in OpenIndiana/IllumOS.
Updated by Joshua M. Clulow about 7 years ago
- Project changed from OpenIndiana Distribution to illumos gate
Updated by Igor Kozhukhov almost 7 years ago
http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_l.html
char *strerror_l(int errnum, locale_t locale);
Updated by Robert Mustacchi almost 7 years ago
- Category set to lib - userland libraries
- Assignee set to Robert Mustacchi
- % Done changed from 0 to 90
- Tags deleted (
needs-triage)
Updated by Robert Mustacchi almost 7 years ago
- Subject changed from support for strerror_l() function in string.h to need strerror_l()
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit b599bd937c305a895426e8c412ca920ce7824850
commit b599bd937c305a895426e8c412ca920ce7824850 Author: Robert Mustacchi <rm@joyent.com> Date: 2015-10-05T22:46:09.000Z 5821 need strerror_l() 6133 message translations don't honor per-thread locales 6142 extra space in newlocale synopsis 6181 symbol test shouldn't leave gcc fix-includes to chance Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions