There are a couple of simple errors in estream.c that prevent compilation on
certain platforms (I'm using the Solaris Studio compiler). The issue is that the
wrong "dummy_mutex" type is being used. The fix is trivial. Please update the code
to reflect this fix.
Thanks!
diff estream.c estream.c.orig
184c184
< (estream_pth_killed ? dummy_mutex_call_int ((mutex)) \
(estream_pth_killed ? dummy_mutex_call_void ((mutex)) \
190c190
< (estream_pth_killed ? dummy_mutex_call_int ((mutex)) \
(estream_pth_killed ? dummy_mutex_call_void ((mutex)) \