[all-commits] [llvm/llvm-project] fc5976: [libc] Add implementation of getcpu syscall wrappe...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Jul 30 09:45:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc5976118d5271c23630ae43d91acf66383693f5
      https://github.com/llvm/llvm-project/commit/fc5976118d5271c23630ae43d91acf66383693f5
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/sched.yaml
    M libc/src/sched/CMakeLists.txt
    A libc/src/sched/getcpu.h
    M libc/src/sched/linux/CMakeLists.txt
    A libc/src/sched/linux/getcpu.cpp
    M libc/test/src/sched/CMakeLists.txt
    A libc/test/src/sched/getcpu_test.cpp

  Log Message:
  -----------
  [libc] Add implementation of getcpu syscall wrapper (#150871)

This patch adds the getcpu syscall wrapper. This has been supported in
glibc since v2.29.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list