diff src/sysdep.c @ 56479:45d805d79d29

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
author Steven Tamm <steventamm@mac.com>
date Mon, 19 Jul 2004 06:38:14 +0000
parents 787d9a46cf1a
children fb72da59e269 e657dca8261e b9eee0a7bef5
line wrap: on
line diff
--- a/src/sysdep.c	Mon Jul 19 05:20:01 2004 +0000
+++ b/src/sysdep.c	Mon Jul 19 06:38:14 2004 +0000
@@ -70,10 +70,6 @@
 #endif
 #endif /* not WINDOWSNT */
 
-#ifdef HAVE_CARBON
-#define read sys_read
-#endif
-
 /* Does anyone other than VMS need this? */
 #ifndef fwrite
 #define sys_fwrite fwrite