git: libc: Add strerror_l() (taken from FreeBSD).

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jan 29 17:19:17 PST 2022


commit 8ad5bb66841bad6639afa5a7a92e2ce2bb173f17
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jan 30 02:18:39 2022 +0100

    libc: Add strerror_l() (taken from FreeBSD).
    
    Reported-by: zrj

Summary of changes:
 include/xlocale/_string.h       |  2 --
 lib/libc/Versions.def           |  6 ++++-
 lib/libc/include/libc_private.h |  5 ++++
 lib/libc/nls/msgcat.c           |  9 ++++++-
 lib/libc/string/Makefile.inc    |  1 +
 lib/libc/string/Symbol.map      |  4 +++
 lib/libc/string/strerror.3      | 55 +++++++++++++++++++++++++++++++++--------
 lib/libc/string/strerror.c      | 34 +++++++++++++++++++------
 sys/sys/param.h                 |  3 ++-
 9 files changed, 97 insertions(+), 22 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ad5bb66841bad6639afa5a7a92e2ce2bb173f17


-- 
DragonFly BSD source repository


More information about the Commits mailing list