Kaydet (Commit) dfd6e467 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix for SEQUENT by Jaap Vermeulen

üst 047979e3
......@@ -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 *
......
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