[libc-commits] [libc] [libc] implement pathconf/fpathconf (PR #87165)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Sun Jun 30 10:30:10 PDT 2024
================
@@ -10,6 +10,7 @@
#include "hdr/limits_macros.h"
#include "hdr/sys_stat_macros.h"
#include "hdr/unistd_macros.h"
+#include "llvm-libc-macros/sys-stat-macros.h"
----------------
SchrodingerZhu wrote:
Do you have to add this to pass the compilation?
https://github.com/llvm/llvm-project/pull/87165
More information about the libc-commits
mailing list