[all-commits] [llvm/llvm-project] 605f65: [libc] Add struct_sched_param proxy header (#151722)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Aug 1 11:34:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 605f652cba726b40e25dc63765e58e40c79c2fe6
https://github.com/llvm/llvm-project/commit/605f652cba726b40e25dc63765e58e40c79c2fe6
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/struct_sched_param.h
M libc/src/sched/linux/CMakeLists.txt
M libc/src/sched/sched_getparam.h
M libc/src/sched/sched_setparam.h
M libc/src/sched/sched_setscheduler.h
M libc/test/src/sched/CMakeLists.txt
M libc/test/src/sched/param_and_scheduler_test.cpp
M libc/test/src/sched/sched_rr_get_interval_test.cpp
Log Message:
-----------
[libc] Add struct_sched_param proxy header (#151722)
This enables cleaning up the remaining sched.h includes littered around
the code base.
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