summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-09-15 17:16:00 +0000
committerJason Parker <jparker@digium.com>2006-09-15 17:16:00 +0000
commitf18cbf77df454b86a479352c0429ab68bded5c8b (patch)
tree3f107f0203614eab20317d4d725f6b03f760b37a /include/asterisk/utils.h
parente421b69ce6d9722def020f3f97624badfcfe0815 (diff)
Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
Every OS uses strcompat now - this was done on purpose. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/utils.h')
-rw-r--r--include/asterisk/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 41ca9339b..2fe5a87d3 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -264,10 +264,6 @@ int ast_pthread_create_stack(pthread_t *thread, pthread_attr_t *attr, void *(*st
*/
char *ast_process_quotes_and_slashes(char *start, char find, char replace_with);
-#ifndef HAVE_GETLOADAVG
-int getloadavg(double *list, int nelem);
-#endif
-
#ifdef linux
#define ast_random random
#else