[all-commits] [llvm/llvm-project] 9050a5: [libc][Obvious] Fix typo in struct rlimit name - r...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Sep 16 14:09:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9050a59c6678789831b7286b8b68d18b966c4694
      https://github.com/llvm/llvm-project/commit/9050a59c6678789831b7286b8b68d18b966c4694
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M libc/config/linux/api.td
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/struct_rlimit.h
    R libc/include/llvm-libc-types/struct_rlimit_t.h
    M libc/spec/posix.td
    M libc/src/sys/resource/getrlimit.h
    M libc/src/sys/resource/linux/getrlimit.cpp
    M libc/src/sys/resource/linux/setrlimit.cpp
    M libc/src/sys/resource/setrlimit.h
    M libc/test/src/sys/resource/getrlimit_setrlimit_test.cpp

  Log Message:
  -----------
  [libc][Obvious] Fix typo in struct rlimit name - remove the "_t" suffix.




More information about the All-commits mailing list