[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:57 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 *
----------------
kaladron wrote:

Should this be const?

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


More information about the libc-commits mailing list