mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 14:30:22 +00:00
Added Large File Support which was missing for NetBSD (and OpenBSD) hosts - reported by Felix Deichmann
This commit is contained in:
@@ -328,7 +328,7 @@ return (t_offset)(ftello64 (st));
|
||||
|
||||
/* Apple OS/X */
|
||||
|
||||
#if defined (__APPLE__) || defined (__FreeBSD__)
|
||||
#if defined (__APPLE__) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__)
|
||||
#define S_SIM_IO_FSEEK_EXT_ 1
|
||||
int sim_fseeko (FILE *st, t_offset xpos, int origin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user