Commit 1ca8bb37 authored by Guido van Rossum's avatar Guido van Rossum

RISCOS changes by dschwertberger

parent 5dfa1371
......@@ -26,6 +26,10 @@ This software comes with no warranty. Use at your own risk.
#include "macglue.h"
#endif
#ifdef RISCOS
char *strdup(const char *);
#endif
static char locale__doc__[] = "Support for POSIX locales.";
static PyObject *Error;
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment