summaryrefslogtreecommitdiff
path: root/main/timing.c
diff options
context:
space:
mode:
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++;