[hatari-devel] Hatari Mac freeze with RS232 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
User just provided enough info that I could find out why
Hatari freezes on his Mac when RS232 is used:
http://www.atari-forum.com/viewtopic.php?f=51&t=36720&p=375067#p375067
Does somebody have a BSD? I'd like to know whether its fileno() has
the same problem as Mac libc is derived from FreeBSD), and if yes,
what defines should be checked at Hatari build time for that?
Alternatively we could always use fileno_unlocked() in rs232.c, but
that would need first a check for whether given function is present
in the system as all systems don't provide that. I don't know whether
its use could cause some rare problem when RS232 is re-initialized
though.
- Eero