[libc-commits] [libc] [libc] Fix suseconds_t definition and utimes_test (PR #134326)

via libc-commits libc-commits at lists.llvm.org
Fri Apr 4 11:31:57 PDT 2025


================
@@ -17,14 +17,17 @@
 #include "test/UnitTest/ErrnoSetterMatcher.h"
 #include "test/UnitTest/Test.h"
 
+#include <sys/stat.h>
----------------
lntue wrote:

use `hdr/sys_stat_macros.h` instead, and add its dependency.

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


More information about the libc-commits mailing list