Skip to content
Snippets Groups Projects
Commit dbed5c58 authored by Simon McVittie's avatar Simon McVittie
Browse files

fdio: Be const-correct for struct stat


We don't modify this struct (if non-NULL), so it can be const. In
particular, this is helpful if calling glnx_file_copy_at() from
nftw() to implement the equivalent of `cp -a --reflink=auto`.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent fc9073e7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment