summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorGravatar Anthony J. Bentley2016-07-17 04:30:00 -0600
committerGravatar Jan Beich2016-10-27 23:28:30 +0000
commit26af2b644ce634c383f27b66b9d291a34d80ab30 (patch)
tree37f28ce4c8bbe831c7ab3779eb427b17d8844636 /src/common/string_util.cpp
parentcommon: stat64 is non-standard, hide on a random Unix (diff)
downloadyuzu-26af2b644ce634c383f27b66b9d291a34d80ab30.tar.gz
yuzu-26af2b644ce634c383f27b66b9d291a34d80ab30.tar.xz
yuzu-26af2b644ce634c383f27b66b9d291a34d80ab30.zip
common: convert to standard stat()/fstat() interfaces
Most modern Unix environments use 64-bit off_t by default: OpenBSD, FreeBSD, OS X, and Linux libc implementations such as Musl. glibc is the lone exception; it can default to 32 bits but this is configurable by setting _FILE_OFFSET_BITS. Avoiding the stat64()/fstat64() interfaces is desirable because they are nonstandard and not implemented on many systems (including OpenBSD and FreeBSD), and using 64 bits for stat()/fstat() is either the default or trivial to set up.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions