commit | ba3b1ba3d5cb79669b5ff8adc350aea255cd1fd8 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Wed Jan 27 13:49:05 2021 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 29 08:04:51 2021 -0500 |
tree | 87eae2ce46f27cce7a23546a03b07b8df37d6776 | |
parent | 6bb370660699f93f3bd0555bc457eadbbeab8407 [diff] |
posix: Add fs_file_t type variable initializations The commit adds initializations of fs_file_t variables in preparation for fs_open function change that will require fs_file_t object, passed to the function, to be initialized before first usage. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>