[libc-commits] [libc] [libc] implement pathconf/fpathconf (PR #87165)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Jul 4 15:45:42 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:

You already have `hdr/sys_stat_macros.h` so you should not include `llvm-libc-macros/sys-stat-macros.h`.
Then you should also remove `libc.include.llvm-libc-macros.sys-stat-macros`. 

https://github.com/llvm/llvm-project/pull/87165


More information about the libc-commits mailing list