[uClibc-cvs] svn commit: trunk/uClibc/include

andersen at uclibc.org andersen at uclibc.org
Mon Aug 15 12:39:58 UTC 2005


Author: andersen
Date: 2005-08-15 06:39:57 -0600 (Mon, 15 Aug 2005)
New Revision: 11160

Log:
We do not supply a BSD style getloadavg() function


Modified:
   trunk/uClibc/include/stdlib.h


Changeset:
Modified: trunk/uClibc/include/stdlib.h
===================================================================
--- trunk/uClibc/include/stdlib.h	2005-08-15 11:02:06 UTC (rev 11159)
+++ trunk/uClibc/include/stdlib.h	2005-08-15 12:39:57 UTC (rev 11160)
@@ -768,13 +768,6 @@
 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
 




More information about the uClibc-cvs mailing list