mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibCore: Use new global variables at /sys/kernel/ directory
This commit is contained in:
parent
5dfb2b18f3
commit
c7dca00b65
Notes:
sideshowbarker
2024-07-17 09:47:09 +09:00
Author: https://github.com/supercomputer7
Commit: c7dca00b65
Pull-request: https://github.com/SerenityOS/serenity/pull/15593
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ struct ThreadStatistics {
|
|||
};
|
||||
|
||||
struct ProcessStatistics {
|
||||
// Keep this in sync with /proc/all.
|
||||
// Keep this in sync with /sys/kernel/processes.
|
||||
// From the kernel side:
|
||||
pid_t pid;
|
||||
pid_t pgid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue