From: Jack Jansen Date: Fri, 25 Aug 2000 22:00:22 +0000 (+0000) Subject: Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. X-Git-Tag: v2.0b1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9f56e5c541daba51bc791090eca0357cdd09cd1;p=python Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. --- diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h index e4159bebe2..4127f3ce0e 100644 --- a/Mac/mwerks/errno_unix.h +++ b/Mac/mwerks/errno_unix.h @@ -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