forked from Imagelibrary/seL4
Currently, building `libsel4` as a static library with `KernelIsMCS` enabled fails with the following error: ``` static declaration of 'seL4_NBWait' follows non-static declaration ``` This [was mentioned][1] in the original PR that modified exported functions to use `LIBSEL4_INLINE_FUNC`. [1]: https://github.com/seL4/seL4/pull/101#issuecomment-442010551 Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>