mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
RISCOS changes by dschwertberger
This commit is contained in:
parent
5dfa13719f
commit
1ca8bb374e
2 changed files with 13 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue