[libc-commits] [PATCH] D147738: [libc] Enable linux directory entries syscalls in riscv64
Mikhail Ramalho via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 21 07:25:32 PDT 2023
mikhail.ramalho updated this revision to Diff 515725.
mikhail.ramalho added a comment.
Herald added a subscriber: krytarowski.
- Changed ifdef __unix__ to __linux__
- Changed strlen, memset and memmove to use libc's internal implementation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147738/new/
https://reviews.llvm.org/D147738
Files:
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/riscv64/headers.txt
libc/include/dirent.h.def
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/cookie_io_functions_t.h
libc/include/llvm-libc-types/ino_t.h
libc/include/llvm-libc-types/off64_t.h
libc/include/llvm-libc-types/struct_dirent.h
libc/include/llvm-libc-types/struct_linux_dirent.h
libc/src/__support/File/dir.cpp
libc/src/__support/File/linux_dir.cpp
libc/src/stdio/fopencookie.cpp
libc/test/src/stdio/fopencookie_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147738.515725.patch
Type: text/x-patch
Size: 10967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230421/b5f1a78a/attachment.bin>
More information about the libc-commits
mailing list