diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-15 12:39:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-15 12:39:57 +0000 |
commit | 5c484467f718a25e94a88b11bdbb670ddb1c0d0f (patch) | |
tree | 9c4a1d884e24aac63045948533744ed9c66b741a /include/stdlib.h | |
parent | 08d1f584fbde291ce8c5c15f709b7b15f3b09f44 (diff) |
We do not supply a BSD style getloadavg() function
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index eaeb7a104..cb84675d5 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -768,13 +768,6 @@ extern int ptsname_r (int __fd, char *__buf, size_t __buflen) __THROW; extern int getpt (void) __THROW; #endif -#ifdef __USE_BSD -/* Put the 1 minute, 5 minute and 15 minute load averages into the first - NELEM elements of LOADAVG. Return the number written (never more than - three, but may be less than NELEM), or -1 if an error occurred. */ -extern int getloadavg (double __loadavg[], int __nelem) __THROW; -#endif - #endif /* don't just need malloc and calloc */ #undef __need_malloc_and_calloc |