getloadavg

This commit is contained in:
Ben Gras
2005-11-14 15:58:07 +00:00
parent 1266ebcc93
commit f9c1f3172d
5 changed files with 22 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ _PROTOTYPE( char *initstate, (unsigned _seed, char *_state,
_PROTOTYPE( long random, (void) );
_PROTOTYPE( char *setstate, (const char *state) );
_PROTOTYPE( void srandom, (unsigned seed) );
_PROTOTYPE( int getloadavg, (double *, int) );
#endif
#ifdef _MINIX