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
02e86849
Commit
02e86849
authored
Aug 01, 2000
by
Peter Schneider-Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Guido said this is food for the beta-testers<wink>
parent
3e12c9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Include/pyport.h
Include/pyport.h
+5
-0
No files found.
Include/pyport.h
View file @
02e86849
...
@@ -281,6 +281,8 @@ extern double hypot(double, double);
...
@@ -281,6 +281,8 @@ extern double hypot(double, double);
/* If the fd manipulation macros aren't defined,
/* If the fd manipulation macros aren't defined,
here is a set that should do the job */
here is a set that should do the job */
#ifdef 0
/* disabled and probably obsolete */
#ifndef FD_SETSIZE
#ifndef FD_SETSIZE
#define FD_SETSIZE 256
#define FD_SETSIZE 256
#endif
#endif
...
@@ -304,6 +306,9 @@ typedef struct fd_set {
...
@@ -304,6 +306,9 @@ typedef struct fd_set {
#define FD_ZERO(p) memset((char *)(p), '\0', sizeof(*(p)))
#define FD_ZERO(p) memset((char *)(p), '\0', sizeof(*(p)))
#endif
/* FD_SET */
#endif
/* FD_SET */
#endif
/* fd manipulation macros */
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
...
...
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