mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 20:20:35 +00:00
* src/job.c: [SV 63185] Don't use ifdef with HAVE_DECL_* macros
This commit is contained in:
parent
cf78e65fda
commit
8064aee4f9
1 changed files with 1 additions and 2 deletions
|
@ -205,11 +205,10 @@ int getgid ();
|
|||
#endif
|
||||
|
||||
#if HAVE_SYS_LOADAVG_H
|
||||
# include <sys/time.h>
|
||||
# include <sys/loadavg.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_DECL_GETLOADAVG
|
||||
#if HAVE_DECL_GETLOADAVG == 0
|
||||
int getloadavg (double loadavg[], int nelem);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue