libretro / swanstation

GNU General Public License v3.0
93 stars 21 forks source link

don't define _FILE_OFFSET_BITS on FreeBSD #110

Closed guijan closed 1 week ago

guijan commented 2 weeks ago

_FILE_OFFSET_BITS is a glibc extension and doesn't exist on FreeBSD. Don't try to use it on FreeBSD.

Ref: https://web.archive.org/web/20240610031354/https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fFILE_005fOFFSET_005fBITS