mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF patch #474590 -- RISC OS support
This commit is contained in:
parent
c6ac8a78f6
commit
e2ae77b8b8
33 changed files with 256 additions and 188 deletions
|
@ -52,14 +52,6 @@ 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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue