This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Solaris likes sys/loadavg.h
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter, chomo, loewis
Priority: normal Keywords:

Created on 2004-06-22 10:19 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
loadavg.patch anthonybaxter, 2004-06-22 10:19
Messages (4)
msg21241 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2004-06-22 10:19
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.

msg21242 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-22 18:14
Logged In: YES 
user_id=21627

Looks fine, please apply.
msg21243 - (view) Author: alan johnson (chomo) Date: 2004-07-01 21:57
Logged In: YES 
user_id=943591

sounds alright
msg21244 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2004-10-13 15:30
Logged In: YES 
user_id=29957

Applied.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40430
2004-06-22 10:19:35anthonybaxtercreate