[all-commits] [llvm/llvm-project] 7f3c40: [libc] implement pathconf/fpathconf (#87165)
Nhat Nguyen via All-commits
all-commits at lists.llvm.org
Sun Jul 7 11:21:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f3c40a6613346a4ea856c1462de4fca12dc4fef
https://github.com/llvm/llvm-project/commit/7f3c40a6613346a4ea856c1462de4fca12dc4fef
Author: Nhat Nguyen <nhat7203 at gmail.com>
Date: 2024-07-07 (Sun, 07 Jul 2024)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/limits_macros.h
A libc/hdr/sys_stat_macros.h
A libc/hdr/unistd_macros.h
M libc/include/llvm-libc-macros/limits-macros.h
M libc/include/llvm-libc-macros/linux/unistd-macros.h
M libc/src/sys/statvfs/linux/CMakeLists.txt
M libc/src/unistd/CMakeLists.txt
A libc/src/unistd/fpathconf.h
M libc/src/unistd/linux/CMakeLists.txt
A libc/src/unistd/linux/fpathconf.cpp
A libc/src/unistd/linux/pathconf.cpp
A libc/src/unistd/linux/pathconf_utils.cpp
A libc/src/unistd/linux/pathconf_utils.h
A libc/src/unistd/pathconf.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/fpathconf_test.cpp
A libc/test/src/unistd/pathconf_test.cpp
Log Message:
-----------
[libc] implement pathconf/fpathconf (#87165)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list