[ python-Bugs-977343 ] Solaris likes sys/loadavg.h
SourceForge.net
noreply at sourceforge.net
Thu Jul 1 17:57:32 EDT 2004
Bugs item #977343, was opened at 2004-06-22 10:19
Message generated for change (Comment added) made by chomo
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: Open
Resolution: None
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: alan johnson (chomo)
Date: 2004-07-01 21:57
Message:
Logged In: YES
user_id=943591
sounds alright
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2004-06-22 18: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