aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/timed/poll.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/examples/timed/poll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/timed/poll.c b/doc/examples/timed/poll.c
index d57d4ea..5ae45d4 100644
--- a/doc/examples/timed/poll.c
+++ b/doc/examples/timed/poll.c
@@ -24,7 +24,6 @@ main()
if (message == NULL) {
t(errno != EAGAIN);
printf("waiting... %lli\n", ++tick);
- sleep(1);
continue;
}
tick = 0;