]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement strerror_l().
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 16 Dec 2020 09:02:09 +0000 (09:02 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 16 Dec 2020 09:02:09 +0000 (09:02 +0000)
commit675079b1ea61b310f3a42cb0d352a49c1780f89a
tree7d64c951570ee08638e4ab57c24553243d076169
parent3ab53b27e318f065bd133bccdf022ec0e994d4d0
Implement strerror_l().

Only for the arches that provide user-mode TLS.

PR: 251651
Requested by: yuri
Discussed with: emaste, jilles, tijl
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D27495
MFC after: 2 weeks
include/xlocale/_string.h
lib/libc/include/libc_private.h
lib/libc/nls/msgcat.c
lib/libc/string/Makefile.inc
lib/libc/string/Symbol.map
lib/libc/string/strerror.3
lib/libc/string/strerror.c