Changeset 9c75a99d in mainline
- Timestamp:
- 2018-11-08T11:06:45Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3875f106, cdf6066
- Parents:
- b294126
- git-author:
- Jiri Svoboda <jiri@…> (2018-10-07 19:05:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-11-08 11:06:45)
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/security/perm.c
rb294126 r9c75a99d 131 131 * doesn't have PERM_PERM. 132 132 */ 133 irq_spinlock_ unlock(&TASK->lock, false);133 irq_spinlock_lock(&TASK->lock, false); 134 134 135 135 if ((!(TASK->perms & PERM_PERM)) || (task != TASK)) { -
uspace/lib/c/Makefile
rb294126 r9c75a99d 196 196 test/stdio/scanf.c \ 197 197 test/odict.c \ 198 test/perm.c \ 198 199 test/qsort.c \ 199 200 test/sprintf.c \ -
uspace/lib/c/test/main.c
rb294126 r9c75a99d 37 37 PCUT_IMPORT(mem); 38 38 PCUT_IMPORT(odict); 39 PCUT_IMPORT(perm); 39 40 PCUT_IMPORT(qsort); 40 41 PCUT_IMPORT(scanf);
Note:
See TracChangeset
for help on using the changeset viewer.