samurai icon indicating copy to clipboard operation
samurai copied to clipboard

Solaris: getloadavg() requires sys/loadavg.h

Open vtorri opened this issue 1 year ago • 3 comments

See its man page

so something like this in build.c

#ifdef __sun
#include <sys/loadavg.h>
#endif

vtorri avatar Aug 27 '22 07:08 vtorri

@michaelforney If you agree, I can make a PR for this

vtorri avatar Aug 29 '22 20:08 vtorri

This can be made into an elif in #87, which also adds the guards for macOS.

capezotte avatar Aug 29 '22 21:08 capezotte

@capezotte I don't know. Maybe @michaelforney has an opinion about this

vtorri avatar Aug 29 '22 22:08 vtorri