[libc-commits] [libc] [libc] Implement scandir and its unit tests (PR #223198)
Vadim Kotov via libc-commits
libc-commits at lists.llvm.org
Fri Sep 25 16:50:29 PDT 2026
================
@@ -14,12 +14,15 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_FILE_DIR_H
#define LLVM_LIBC_SRC___SUPPORT_FILE_DIR_H
+#include "include/llvm-libc-types/__scandir_compare_t.h"
----------------
vadimkotov wrote:
Done (3536e7e0231434bc9a6d5f559eadcf9721385d14)
https://github.com/llvm/llvm-project/pull/223198
More information about the libc-commits
mailing list