]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Declare getloadavg so I can build with -Werror.
authorJim Meyering <jim@meyering.net>
Thu, 11 Mar 1999 04:05:25 +0000 (04:05 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 Mar 1999 04:05:25 +0000 (04:05 +0000)
src/uptime.c

index e7e7cb5ab0e0f460541c8897d7f60c3c74cd20fe..88b1945e668a2249c6274e3385d3098193a9d2b7 100644 (file)
@@ -26,6 +26,8 @@
 #include "readutmp.h"
 #include "system.h"
 
+int getloadavg ();
+
 /* The name this program was run with. */
 char *program_name;