[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
Fri Mar 3 00:47:00 PST 2023


sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145222.502072.patch
Type: text/x-patch
Size: 7882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230303/d920f8d1/attachment-0001.bin>


More information about the libc-commits mailing list