mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Fix FreeBSD build
This commit is contained in:
parent
cc79334faf
commit
2eb553fdb7
9 changed files with 28 additions and 9 deletions
|
@ -42,7 +42,7 @@
|
|||
#define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
|
||||
#endif
|
||||
|
||||
#ifdef BSD4_4
|
||||
#if defined BSD4_4 || defined __FreeBSD__
|
||||
#define stat64 stat
|
||||
#define fstat64 fstat
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue