forked from len0rd/rockbox
Correct an nonsensical #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a693481c2f
commit
ce5383ee09
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
#define O_BINARY 0
|
#define O_BINARY 0
|
||||||
|
|
||||||
/* Only Linux seems to need lseek64 and loff_t */
|
/* Only Linux seems to need lseek64 and loff_t */
|
||||||
#if !defined(linux) && defined (__linux)
|
#if !defined(linux) && !defined (__linux)
|
||||||
#define loff_t off_t
|
#define loff_t off_t
|
||||||
#define lseek64 lseek
|
#define lseek64 lseek
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue