bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63185] configure fails to detect getloadavg declaration on sun and


From: Paul D. Smith
Subject: [bug #63185] configure fails to detect getloadavg declaration on sun and aix.
Date: Sat, 15 Oct 2022 18:34:18 -0400 (EDT)

Follow-up Comment #2, bug #63185 (project make):

Instead of reverting the content in job.c, can you keep that content but add
this:


#if HAVE_SYS_LOADAVG_H
#include <sys/time.h>
#include <sys/loadavg.h>
#endif

#ifndef HAVE_DECL_GETLOADAVG
int getloadavg (double loadavg[], int nelem);
#endif


and see if that works?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63185>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]