summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansaio.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansaio.h')
-rw-r--r--rbutil/sansapatcher/sansaio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansaio.h b/rbutil/sansapatcher/sansaio.h
index ef99faf1c7..f30884887c 100644
--- a/rbutil/sansapatcher/sansaio.h
+++ b/rbutil/sansapatcher/sansaio.h
@@ -31,7 +31,7 @@
31#define O_BINARY 0 31#define O_BINARY 0
32 32
33/* Only Linux seems to need lseek64 and loff_t */ 33/* Only Linux seems to need lseek64 and loff_t */
34#if !defined(linux) && defined (__linux) 34#if !defined(linux) && !defined (__linux)
35#define loff_t off_t 35#define loff_t off_t
36#define lseek64 lseek 36#define lseek64 lseek
37#endif 37#endif