[libc-commits] [libc] 29d49c8 - [libc] Correct standard for getcpu (#153982)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 16 16:05:48 PDT 2025
Author: Aiden Grossman
Date: 2025-08-16T16:05:45-07:00
New Revision: 29d49c8a37335c22f0a1d974968ecaa6310fca6a
URL: https://github.com/llvm/llvm-project/commit/29d49c8a37335c22f0a1d974968ecaa6310fca6a
DIFF: https://github.com/llvm/llvm-project/commit/29d49c8a37335c22f0a1d974968ecaa6310fca6a.diff
LOG: [libc] Correct standard for getcpu (#153982)
Added:
Modified:
libc/include/sched.yaml
Removed:
################################################################################
diff --git a/libc/include/sched.yaml b/libc/include/sched.yaml
index f14799ddf33fa..8014aa7ed61fc 100644
--- a/libc/include/sched.yaml
+++ b/libc/include/sched.yaml
@@ -20,7 +20,7 @@ functions:
- type: const cpu_set_t *
- name: getcpu
standards:
- - POSIX
+ - Linux
return_type: int
arguments:
- type: unsigned int *
More information about the libc-commits
mailing list