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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user