727c301fbc
The "off_t" type may change when you enable or disable large file support on 32 bit platforms. This caused severe ABI problems within MPD when we enabled LFS for the first time: two sources included config.h and sys/types.h in different order, and had different off_t sizes - leading to memory corruption because of ABI incompatibility. This patch attempts to get rid of all public "off_t" uses: it removes "off_t" from the input_stream ABI/API, and switches to GLib's 64 bit "goffset" type. This may hurt 32 bit embedded platforms a tiny bit, but that's not even measurable. |
||
---|---|---|
.. | ||
_flac_common.c | ||
_flac_common.h | ||
_ogg_common.c | ||
_ogg_common.h | ||
audiofile_plugin.c | ||
faad_plugin.c | ||
ffmpeg_plugin.c | ||
flac_plugin.c | ||
fluidsynth_plugin.c | ||
mad_plugin.c | ||
mikmod_plugin.c | ||
modplug_plugin.c | ||
mp4ff_plugin.c | ||
mpcdec_plugin.c | ||
mpg123_decoder_plugin.c | ||
oggflac_plugin.c | ||
sidplay_plugin.cxx | ||
sndfile_decoder_plugin.c | ||
vorbis_plugin.c | ||
wavpack_plugin.c | ||
wildmidi_plugin.c |