commit | 075c94f6e2fce8af7620bf86c8cadd9c3a8c1b09 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Aug 13 11:34:34 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 12 11:31:50 2019 +0800 |
tree | d9a9404b97b025c116a07f42edaf238e2299e7c6 | |
parent | 346cce31d80766ac76452a842eb1450e06095115 [diff] |
kernel: Port remaining syscalls to new API These calls are not accessible in CI test, nor do they get built on common platforms (in at least one case I found a typo which proved the code was truly unused). These changes are blind, so live in a separate commit. But the nature of the port is mechanical, all other syscalls in the system work fine, and any errors should be easily corrected. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>