mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Guido said this is food for the beta-testers<wink>
This commit is contained in:
parent
7cee6ddcab
commit
1c2b178ceb
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||||
#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue