forked from Imagelibrary/binutils-gdb
libctf: ctf_next_t.ctn_size: make a size_t
Literally every single user would rather this is a size_t, rather than an ssize_t. Change it.
This commit is contained in:
@@ -542,7 +542,7 @@ struct ctf_next
|
||||
{
|
||||
void (*ctn_iter_fun) (void);
|
||||
ctf_id_t ctn_type;
|
||||
ssize_t ctn_size;
|
||||
size_t ctn_size;
|
||||
ssize_t ctn_increment;
|
||||
const ctf_type_t *ctn_tp;
|
||||
uint32_t ctn_n;
|
||||
|
||||
Reference in New Issue
Block a user