view modules/getloadavg @ 10665:5394a3a10398

Add a getloadavg() declaration to <stdlib.h>.
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Oct 2008 12:57:06 +0200
parents 6a764f23e302
children 64b96a2d148c
line wrap: on
line source

Description:
Return the current system load averages.

Files:
lib/getloadavg.c
m4/getloadavg.m4

Depends-on:
stdlib
extensions
cloexec
xalloc
c-strtod
intprops
stdbool
fcntl-safer

configure.ac:
gl_GETLOADAVG([$gl_source_base])
gl_STDLIB_MODULE_INDICATOR([getloadavg])

Makefile.am:

Include:
<stdlib.h>

License:
GPL

Maintainer:
Jim Meyering