Skip to content

Commit

Permalink
[ios] fixed, we need statfs64 for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed May 3, 2012
1 parent bb77499 commit bd6c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/linux/PlatformDefs.h
Expand Up @@ -351,7 +351,7 @@ typedef int (*LPTHREAD_START_ROUTINE)(void *);
typedef fpos_t fpos64_t;
#define __stat64 stat
#define stat64 stat
#if (MAC_OS_X_VERSION_MAX_ALLOWED < 1050)
#if (MAC_OS_X_VERSION_MAX_ALLOWED < 1050) || defined(TARGET_DARWIN_IOS)
#define statfs64 statfs
#endif
#define fstat64 fstat
Expand Down

0 comments on commit bd6c66a

Please sign in to comment.