summaryrefslogtreecommitdiff
path: root/tests/test_poll.c
diff options
context:
space:
mode:
authorjvoisin2023-06-25 18:35:23 +0200
committerjvoisin2023-06-25 18:35:23 +0200
commit8848bca36ef19c15b071939e69bec77603d64ca1 (patch)
tree2c51874ecfaadaa319eee7c0927c7d5f184c7e5d /tests/test_poll.c
parentfe149628eaae9748be08815d726cc56e8e492c73 (diff)
Fix clang support
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);