[libc-commits] [PATCH] D145222: [libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 6 14:25:19 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd49b993f0d56: [libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145222/new/

https://reviews.llvm.org/D145222

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145222.502807.patch
Type: text/x-patch
Size: 15381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230306/6dc93227/attachment.bin>


More information about the libc-commits mailing list