[all-commits] [llvm/llvm-project] d49b99: [libc][NFC] Switch dirent, fcntl, inttypes and sch...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Mar 6 14:25:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d49b993f0d563932f72f435a95c315120e8b1aeb
      https://github.com/llvm/llvm-project/commit/d49b993f0d563932f72f435a95c315120e8b1aeb
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M libc/src/dirent/closedir.cpp
    M libc/src/dirent/opendir.cpp
    M libc/src/dirent/readdir.cpp
    M libc/src/fcntl/linux/CMakeLists.txt
    M libc/src/fcntl/linux/creat.cpp
    M libc/src/fcntl/linux/open.cpp
    M libc/src/fcntl/linux/openat.cpp
    M libc/src/inttypes/CMakeLists.txt
    M libc/src/inttypes/strtoimax.cpp
    M libc/src/inttypes/strtoumax.cpp
    M libc/src/sched/linux/CMakeLists.txt
    M libc/src/sched/linux/sched_getaffinity.cpp
    M libc/src/sched/linux/sched_setaffinity.cpp
    M libc/test/src/dirent/CMakeLists.txt
    M libc/test/src/dirent/dirent_test.cpp
    M libc/test/src/fcntl/CMakeLists.txt
    M libc/test/src/fcntl/creat_test.cpp
    M libc/test/src/fcntl/openat_test.cpp
    M libc/test/src/sched/CMakeLists.txt
    M libc/test/src/sched/affinity_test.cpp
    M libc/test/src/sched/cpu_count_test.cpp

  Log Message:
  -----------
  [libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.

Reviewed By: michaelrj

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




More information about the All-commits mailing list