]> granicus.if.org Git - python/commitdiff
Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:00:22 +0000 (22:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:00:22 +0000 (22:00 +0000)
Mac/mwerks/errno_unix.h

index e4159bebe24cf165bcb197dbd6209ccca2fbc15f..4127f3ce0ecf3393732a369470844282eaf27d71 100644 (file)
@@ -50,9 +50,11 @@ PERFORMANCE OF THIS SOFTWARE.
 #define EROFS          (-44)
 #endif
 
+#ifndef USE_GUSI2
 #define ESRCH          3
 #define EINTR          4
 #define ENODEV         19
+#endif
 #ifndef _POSIX
 #define EBADF          9
 #define EINVAL         22