aboutsummaryrefslogtreecommitdiffstats
path: root/main/timing.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-25 02:03:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-25 02:03:13 +0000
commitdb54da02ebb9f39a1ebbaca03ae98bdeb187dadb (patch)
tree6b501e6a95a1e39d2a4c6d853b27950f5cd55035 /main/timing.c
parent4d91abde1f436499f83717528005cbbfa6dbee58 (diff)
Change poll() to ast_poll().
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184151 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/timing.c')
-rw-r--r--main/timing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/timing.c b/main/timing.c
index fbc2f21d8..0a58859b9 100644
--- a/main/timing.c
+++ b/main/timing.c
@@ -290,7 +290,7 @@ static char *timing_test(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
.events = POLLIN | POLLPRI,
};
- res = poll(&pfd, 1, 100);
+ res = ast_poll(&pfd, 1, 100);
if (res == 1) {
count++;