commit | 50b288aca324649fb5b357ce75972a5261cf94fc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 11:55:07 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:26 2018 -0600 |
tree | 7684005feef776fa06fc966d5ec8b72c29232869 | |
parent | cdd140af5c6b623d31ac87a8054cee55fb70d3f0 [diff] |
sandbox: Support file truncation with os_open() At present files are not truncated on writing. This is a useful feature. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>