mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: rename badly named off_t assert
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -63,7 +63,7 @@ typedef char static_assert_twos_complement[
|
||||
* files that are 128KB in size at a maximum, so we
|
||||
* realistically only need 32-bit at a minimum.
|
||||
*/
|
||||
typedef char static_assert_off_t_is_64[(sizeof(off_t) >= 4) ? 1 : -1];
|
||||
typedef char static_assert_off_t_is_32[(sizeof(off_t) >= 4) ? 1 : -1];
|
||||
|
||||
/*
|
||||
* The BSD versions that could realistically build
|
||||
|
||||
Reference in New Issue
Block a user