Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1ca8bb37
Commit
1ca8bb37
authored
Mar 02, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RISCOS changes by dschwertberger
parent
5dfa1371
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Modules/_localemodule.c
Modules/_localemodule.c
+4
-0
Modules/selectmodule.c
Modules/selectmodule.c
+9
-0
No files found.
Modules/_localemodule.c
View file @
1ca8bb37
...
...
@@ -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
;
...
...
Modules/selectmodule.c
View file @
1ca8bb37
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment