#include "tasking.h" void task_perm_release(struct Task *task, size_t mask) { task->perm &= ~mask; }