History log of /seL4-refos-master/libs/libsel4utils/include/sel4utils/stack.h
Revision Date Author Comments
# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# a9efc9aa 22-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4utils: Disambiguate run_on_stack API.

** BREAKING CHANGE **

This change avoids overloading the return value of `sel4utils_run_on_stack`. It
should now be unambiguous whether the target function returned -1 or the stack
allocation failed. Note that this change affects the libsel4utils public API
and applications using this interface will need to be updated.

Closes GINCA #16