commit | c14f97f1940119cc116d8a3ba4f29076dcfc6a39 | [log] [tgz] |
---|---|---|
author | Nicholas Lowell <Nicholas.Lowell@lexmark.com> | Mon Apr 14 14:20:57 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 30 10:26:22 2025 +0200 |
tree | 35eca42f2e0f40ee91f071d0b7911e8b17d60153 | |
parent | e60070d91b5023ebdad539e21ed8426a47c1c96a [diff] |
posix: device_io: mark pwrite() buf as const match standard by having input void *buf parameter for pwrite() marked as const, and avoid any potential declaration conflicts Signed-off-by: Nicholas Lowell <Nicholas.Lowell@lexmark.com>