commit | 4b22ba7e4ba82e9f63e10eef89722047858033fc | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Jul 31 12:42:59 2018 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Aug 02 22:06:49 2018 -0500 |
tree | a270a501921af5687ca957d6f5da34bbf95cc9b2 | |
parent | b8ca8cf9b71dff464283f7eb76f0f1e21352e546 [diff] |
syscall: Move arch specific syscall code into its own header Split out the arch specific syscall code to reduce include pollution from other arch related headers. For example on ARM its possible to get errno.h included via SoC specific headers. Which created an interesting compile issue because of the order of syscall & errno/errno syscall inclusion. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>