RISCOS changes by dschwertberger

This commit is contained in:
Guido van Rossum 2001-03-02 06:28:17 +00:00
parent 5dfa13719f
commit 1ca8bb374e
2 changed files with 13 additions and 0 deletions

View file

@ -50,6 +50,15 @@ extern void bzero(void *, int);
#endif
#endif
#ifdef RISCOS
#define NO_DUP
#undef off_t
#undef uid_t
#undef gid_t
#undef errno
#include "socklib.h"
#endif /* RISCOS */
static PyObject *SelectError;
/* list of Python objects and their file descriptor */