mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibCore: Use new global variables at /sys/kernel/ directory
This commit is contained in:
parent
5dfb2b18f3
commit
c7dca00b65
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