sim: erc32: fix build w/out F_{G,S}ETFL
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Jun 2021 03:25:01 +0000 (23:25 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Jun 2021 03:30:17 +0000 (23:30 -0400)
commit757b3c2fea905abfd487dd159c7e0550169ed966
treed1a5472f34798307e0c70420eb1b63b334444418
parent4df5cdbd3afc33e8c0a0d18542899f3f88d2f22f
sim: erc32: fix build w/out F_{G,S}ETFL

Add conditional logic around fcntl.h F_{G,S}ETFL usage to fix builds
on systems that don't have it (e.g. Windows).  The code is only used
to save & restore limited terminal stdin state.
sim/erc32/ChangeLog
sim/erc32/interf.c
sim/erc32/sis.c