commit | ab5614ed9e8b2bd0a98e782931574620863fcc73 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Jun 07 14:18:24 2016 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 09 16:22:27 2016 +0000 |
tree | b34ccbdd3149f8d306651b6d41d41eabe3a74c9b | |
parent | 44ef3c182b5e9ecdfdb5a339078ee4de3e56b27b [diff] |
newlib: Drop _fstat implementation We only need to implement fstat(), so drop the _fstat implementation and have fstat() match the newlib docs for minimal implementation and only set st_mode = S_IFCHR. Change-Id: Iba9042707d1ee5975ab98293cfe20e2996b17c05 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>