Changes in kernel/generic/include/cap/cap.h [b7fd2a0:98cb5e0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
rb7fd2a0 r98cb5e0d 115 115 116 116 extern void caps_init(void); 117 extern errno_t caps_task_alloc(struct task *);117 extern int caps_task_alloc(struct task *); 118 118 extern void caps_task_free(struct task *); 119 119 extern void caps_task_init(struct task *); … … 121 121 bool (*)(cap_t *, void *), void *); 122 122 123 extern errno_t cap_alloc(struct task *, cap_handle_t*);123 extern cap_handle_t cap_alloc(struct task *); 124 124 extern void cap_publish(struct task *, cap_handle_t, kobject_t *); 125 125 extern kobject_t *cap_unpublish(struct task *, cap_handle_t, kobject_type_t);
Note:
See TracChangeset
for help on using the changeset viewer.