Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145222
[libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno. ClosedPublic Authored by sivachandra on Mar 3 2023, 12:46 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 3 2023, 12:46 AM This revision is now accepted and ready to land.Mar 6 2023, 1:24 PM Closed by commit rGd49b993f0d56: [libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno. (authored by sivachandra). · Explain WhyMar 6 2023, 2:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502807 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
|