]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement strerror_l().
authorkib <kib@FreeBSD.org>
Wed, 16 Dec 2020 09:02:09 +0000 (09:02 +0000)
committerkib <kib@FreeBSD.org>
Wed, 16 Dec 2020 09:02:09 +0000 (09:02 +0000)
commit16b8c81eb7547b696bc6b177b941a41538f2cc6e
tree7d64c951570ee08638e4ab57c24553243d076169
parent12b9bdd9268e8ed6fa708e8ebb6d9e1bfecb35f3
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