mirror of
https://github.com/mirror/make.git
synced 2025-01-06 10:21:00 +08:00
* src/job.c: [SV 63185] Don't use ifdef with HAVE_DECL_* macros
This commit is contained in:
parent
cf78e65fda
commit
8064aee4f9
@ -205,11 +205,10 @@ int getgid ();
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_SYS_LOADAVG_H
|
#if HAVE_SYS_LOADAVG_H
|
||||||
# include <sys/time.h>
|
|
||||||
# include <sys/loadavg.h>
|
# include <sys/loadavg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DECL_GETLOADAVG
|
#if HAVE_DECL_GETLOADAVG == 0
|
||||||
int getloadavg (double loadavg[], int nelem);
|
int getloadavg (double loadavg[], int nelem);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user