commit | a3a6c69bec1776adcd4b32012995c3367d56ef09 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 16:59:15 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 15:03:13 2022 -0400 |
tree | 40464d4b5457de29ef9de2d9e32185a34b9a9cfe | |
parent | adf073a887e89e81e012943c62cc70f32035d49a [diff] |
arm: smh: Use numeric modes for smh_open There's no point in using string constants for smh_open if we are just going to have to parse them. Instead, use numeric modes. The user needs to be a bit careful with these, since they are much closer semantically to string modes used by fopen(3) than the numeric modes used with open(2). Signed-off-by: Sean Anderson <sean.anderson@seco.com>