[all-commits] [llvm/llvm-project] a9f95b: [libc] add strerror_r function

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Oct 7 11:07:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9f95b769efe4fa4d4dc4a01b5bbfc4e3571a389
      https://github.com/llvm/llvm-project/commit/a9f95b769efe4fa4d4dc4a01b5bbfc4e3571a389
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/gnu_ext.td
    M libc/src/__support/error_to_string.cpp
    M libc/src/__support/error_to_string.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strerror.cpp
    A libc/src/string/strerror_r.cpp
    A libc/src/string/strerror_r.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strerror_r_test.cpp

  Log Message:
  -----------
  [libc] add strerror_r function

I've implemente the gnu variant of strerror_r since that seems to be the
one more relevant to what we're trying to do.

Differential Revision: https://reviews.llvm.org/D135227




More information about the All-commits mailing list