mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
Compiler and static analyzer fixes from Peter Schorn.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
#endif
|
||||
|
||||
/* cygwin dowsn't have the right features to use the threaded network I/O */
|
||||
#if defined(__CYGWIN__)
|
||||
#if defined(__CYGWIN__) || defined(__ZAURUS__) // psco added check for Zaurus platform
|
||||
#define DONT_USE_READER_THREAD
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user