d1ff7bc
f46ab8c
1 2 3
4
5
6
7
#include "tasking.h" void task_perm_release(struct Task *task, size_t mask) { task->perm &= ~mask; }