[ python-Bugs-977343 ] Solaris likes sys/loadavg.h

SourceForge.net noreply at sourceforge.net
Wed Oct 13 17:30:18 CEST 2004


Bugs item #977343, was opened at 2004-06-22 20:19
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=977343&group_id=5470

Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Anthony Baxter (anthonybaxter)
Assigned to: Anthony Baxter (anthonybaxter)
Summary: Solaris likes sys/loadavg.h

Initial Comment:
Recent Solaris puts the prototype for getloadavg() in
<sys/loadavg.h>

The following patch adds a configure check for
sys/loadavg.h, 
and #includes it in Modules/posixmodule.c

If someone can give it a cursory glance, I'll check it in.



----------------------------------------------------------------------

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2004-10-14 01:30

Message:
Logged In: YES 
user_id=29957

Applied.


----------------------------------------------------------------------

Comment By: alan johnson (chomo)
Date: 2004-07-02 07:57

Message:
Logged In: YES 
user_id=943591

sounds alright

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-06-23 04:14

Message:
Logged In: YES 
user_id=21627

Looks fine, please apply.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=977343&group_id=5470


More information about the Python-bugs-list mailing list