diff options
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index a5f51384d..5b60f8183 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -19,11 +19,6 @@ #include <unistd.h> #include <Files.h> -#ifdef _LARGE_FILE - typedef SInt64 off_t; -#else - typedef SInt32 off_t; -#endif #define SQLITE_TEMPNAME_SIZE _MAX_PATH #define SQLITE_MIN_SLEEP_MS 17 |