Commit e24eb026862a575a49b0735a63f52b0ee895587b

Bruno Haible 2023-01-17T19:16:29

fflush: Fix a buffer overrun on 32-bit Android. * lib/stdio-impl.h (fp_): On Android, change the type of _offset to 'long'. * lib/fflush.c (update_fpos_cache): On Android, update a 'long', not an 'fpos_t'.