do not typedef off_t when we do not need to

This commit is contained in:
Alam Ed Arias 2015-02-05 17:31:32 -05:00
parent 542295c863
commit ed0d70feca
1 changed files with 2 additions and 0 deletions

View File

@ -50,7 +50,9 @@
#ifdef HAVE_SDL
#include "sdl/hwsym_sdl.h"
#ifdef __linux__
#ifndef _LARGEFILE64_SOURCE
typedef off_t off64_t;
#neidf
#endif
#endif