mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix FreeBSD build
This commit is contained in:
parent
0ca955a14c
commit
7085fcc8d6
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