issue #5569 minus lock.h changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-08 04:13:19 +00:00
parent ebf04fc570
commit 0941c32d38
10 changed files with 30 additions and 10 deletions

View File

@@ -842,7 +842,7 @@ uint64_t strtoq(const char *nptr, char **endptr, int base)
}
#endif /* !HAVE_STRTOQ */
#if (!defined(_BSD_SOURCE))
#ifndef HAVE_GETLOADAVG
#ifdef linux
/* Alternative method of getting load avg on Linux only */
int getloadavg(double *list, int nelem)