文件最后提交记录最后更新时间
[libc] Add select.h and the implementation of the select function for Linux. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D1363753 年前
[libc] Cleanup ErrnoSetterMatcher target (#71240) The ErrnoSetterMatcher target was renamed in a previous patch, but not all uses were caught. This patch fixes those that remain.2 年前
[libc] Mass replace enclosing namespace (#67032) This is step 4 of https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/730792 年前
[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774) Having libc_errno outside of the namespace causes versioning issues when trying to link the tests against LLVM-libc. Most of this patch is just moving libc_errno inside the namespace in tests. This isn't necessary in the function implementations since those are already inside the namespace.2 年前