diff options
| author | Anthony J. Bentley <anthony@anjbe.name> | 2016-07-17 04:30:00 -0600 |
|---|---|---|
| committer | Anthony J. Bentley <anthony@anjbe.name> | 2016-07-17 04:30:00 -0600 |
| commit | 5bab6210ef2642110e27e272e23b05ff3befe383 (patch) | |
| tree | 84c369ba120e9bb712296876245d25c5fea97c92 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | |
| parent | 92594e08d44c2a2da8acec4394829e2e3695e236 (diff) | |
Use the standard stat()/fstat() interfaces, not nonstandard *64().
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 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
0 files changed, 0 insertions, 0 deletions
