Remove procgroup capabilities
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m6s

This commit is contained in:
2026-03-15 20:21:03 +01:00
parent af966b5405
commit 8585552bd6
5 changed files with 0 additions and 18 deletions

View File

@@ -35,7 +35,6 @@ struct procgroup {
struct list_node_link* mappings;
uintptr_t map_base;
struct procgroup_tls tls;
uint64_t capabilities;
};
struct procgroup* procgroup_create (void);