1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

FIO: Add LARGE_FILE support when building on Cygwin (from Don North).

This commit is contained in:
Mark Pizzolato
2016-01-03 04:02:32 -08:00
parent 6582aeead2
commit ed2de2fcf2
2 changed files with 3 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ return (t_offset)(ftello64 (st));
/* Apple OS/X */
#if defined (__APPLE__) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__)
#if defined (__APPLE__) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__) || defined (__CYGWIN__)
#define S_SIM_IO_FSEEK_EXT_ 1
int sim_fseeko (FILE *st, t_offset xpos, int origin)
{