Solaris: reduce variable scope

Also check for getloadavg(3c) failure
This commit is contained in:
Christian Göttsche
2021-05-19 19:06:34 +02:00
committed by cgzones
parent 906dcf5cb3
commit 6b57898034
2 changed files with 7 additions and 5 deletions

View File

@ -42,8 +42,6 @@ typedef struct envAccum_ {
char* env;
} envAccum;
extern double plat_loadavg[3];
extern const SignalItem Platform_signals[];
extern const unsigned int Platform_numberOfSignals;