mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix for SEQUENT by Jaap Vermeulen
This commit is contained in:
parent
047979e3d5
commit
dfd6e46779
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifdef _SEQUENT_
|
||||
#include <sys/select.h>
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
#endif
|
||||
|
||||
/* Time methods */
|
||||
|
||||
static object *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue