[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 22:33:43 PST 2023
sivachandra updated this revision to Diff 502352.
sivachandra added a comment.
Switch corresponding tests also over to use libc_errno.
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.502352.patch
Type: text/x-patch
Size: 15381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230304/7be66cb8/attachment-0001.bin>
More information about the libc-commits
mailing list