[libc-commits] [libc] [libc][sched] Fix CPU_SET and CPU_ISSET macros (PR #194830)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Apr 29 06:29:58 PDT 2026


================
@@ -87,6 +87,18 @@ add_libc_test(
     libc.include.llvm-libc-macros.stdckdint_macros
 )
 
+add_libc_test(
+  sched_test
+  C_TEST
----------------
kaladron wrote:

This declares C_TEST, but it's a .cpp file. 

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


More information about the libc-commits mailing list