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

Petter Berntsson via libc-commits libc-commits at lists.llvm.org
Wed Apr 29 08:58:03 PDT 2026


================
@@ -25,6 +25,29 @@ functions:
     arguments:
       - type: size_t
       - type: const cpu_set_t *
+  - name: __sched_getcpuisset
+    standards:
+      - llvm_libc_ext
+    return_type: int
+    arguments:
+      - type: int
+      - type: size_t
+      - type: cpu_set_t *
----------------
petbernt wrote:

updated the generated header declaration, internal prototype, and implementation to use const cpu_set_t *.

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


More information about the libc-commits mailing list