diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-01-11 01:50:24 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-01-13 09:13:41 -0700 |
| commit | 880dbc5f808b65f62b47c78939e12d32c1701ed6 (patch) | |
| tree | ad070134af1229b18b7ade25070aeef82182baf1 /include/linux | |
| parent | dca7926c2cb82ff4aea665ed97e38520d39865a5 (diff) | |
sandbox: compatibility of os_get_filesize()
U-Boot define loff_t as long long. But the header
/usr/include/linux/types.h may not define it.
This has lead to a build error on Alpine Linux.
So let's use long long instead of loff_t for
the size parameter of function os_get_filesize().
Reported-by: Milan P. Stanić <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Tested-by: Milan P. Stanić <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
