summaryrefslogtreecommitdiff
path: root/tests/test_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_poll.c')
-rw-r--r--tests/test_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_poll.c b/tests/test_poll.c
index 397aa3d..06237aa 100644
--- a/tests/test_poll.c
+++ b/tests/test_poll.c
@@ -6,7 +6,7 @@ int main(int argc, char** argv) {
6 struct pollfd buffer[12] = {0}; 6 struct pollfd buffer[12] = {0};
7 7
8 CHK_FAIL_START 8 CHK_FAIL_START
9 poll(buffer, 14, NULL); 9 poll(buffer, 14, 0);
10 CHK_FAIL_END 10 CHK_FAIL_END
11 11
12 puts(buffer); 12 puts(buffer);