Skip to content
Snippets Groups Projects
Commit c8f8bb0b authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

fix function declaration, i.e. add const qualifiers.

parent d47326d2
No related branches found
No related tags found
2 merge requests!136Master,!75Overlapping tasks
......@@ -91,6 +91,7 @@ void task_rmunlock_blind(struct task *ta, struct task *tb);
void task_cleanunlock(struct task *t, int type);
void task_addunlock(struct task *ta, struct task *tb);
void task_unlock(struct task *t);
float task_overlap(const struct task *ta, const struct task *tb);
int task_lock(struct task *t);
#endif /* SWIFT_TASK_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment