mac.c (sys_select): Block input around call to
authorSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 06:38:14 +0000 (06:38 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 06:38:14 +0000 (06:38 +0000)
commitbfcf6608012308f18740cf8b6d7d0e7e26c76022
treeac337233db35ac1800da190c61bc86ce1904d700
parentbde32f3bb4013543cac5ab9c9de927d59f2b0c2e
mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage.  Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
src/ChangeLog
src/mac.c
src/sysdep.c