1
Fork 0
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:
Liav A 2022-10-14 21:55:33 +03:00 committed by Andrew Kaster
parent 5dfb2b18f3
commit c7dca00b65
2 changed files with 4 additions and 4 deletions

View file

@ -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;