comparison src/sysdep.c @ 48741:a7aee9fdf21e

Have emacs_read use sys_read on carbon/Mac OS X
author Steven Tamm <steventamm@mac.com>
date Sun, 08 Dec 2002 06:00:10 +0000
parents 682129896be4
children 23a1cea22d13
comparison
equal deleted inserted replaced
48740:b45c19284d24 48741:a7aee9fdf21e
66 #include <windows.h> 66 #include <windows.h>
67 #ifndef NULL 67 #ifndef NULL
68 #define NULL 0 68 #define NULL 0
69 #endif 69 #endif
70 #endif /* not WINDOWSNT */ 70 #endif /* not WINDOWSNT */
71
72 #ifdef HAVE_CARBON
73 #define read sys_read
74 #endif
71 75
72 /* Does anyone other than VMS need this? */ 76 /* Does anyone other than VMS need this? */
73 #ifndef fwrite 77 #ifndef fwrite
74 #define sys_fwrite fwrite 78 #define sys_fwrite fwrite
75 #else 79 #else