https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743

Andrey Chernov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Andrey Chernov <[email protected]> ---
Either your example or our strerror() implementation is incorrect, I can't say
for sure due to quick looking. strerror() calls catopen() which overrides your
uselocale() with global context using
lang = setlocale(LC_MESSAGES, NULL);
So, it seems fixing perl for that is incorrect too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to