FIO: Fix typo in platform determination
This commit is contained in:
parent
0aa4264261
commit
752bcad2c2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ extern "C" {
|
||||||
#define fxread(a,b,c,d) sim_fread (a, b, c, d)
|
#define fxread(a,b,c,d) sim_fread (a, b, c, d)
|
||||||
#define fxwrite(a,b,c,d) sim_fwrite (a, b, c, d)
|
#define fxwrite(a,b,c,d) sim_fwrite (a, b, c, d)
|
||||||
|
|
||||||
#if ((defined (__linus) || defined (__linus__)) && (!defined (__ANDROID_API__) || (__ANDROID_API__ < 24)))
|
#if ((defined (__linux) || defined (__linux__)) && (!defined (__ANDROID_API__) || (__ANDROID_API__ < 24)))
|
||||||
#define DONT_DO_LARGEFILE 1
|
#define DONT_DO_LARGEFILE 1
|
||||||
#endif
|
#endif
|
||||||
int32 sim_finit (void);
|
int32 sim_finit (void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue