X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Futils.cpp;h=c95b4622709570c9f313085c4dedd5c74b59dfcf;hb=6afa580fbfd08a881e81ed1db788fa9fa6e01162;hp=4ec36f1145b79b0e02fbc4e217f2e562747dabf7;hpb=28ab034a2c3582d07d3423d2d746731f87d3969f;p=lttng-tools.git diff --git a/tests/utils/utils.cpp b/tests/utils/utils.cpp index 4ec36f114..c95b46227 100644 --- a/tests/utils/utils.cpp +++ b/tests/utils/utils.cpp @@ -99,7 +99,7 @@ int wait_on_file(const char *path) for (;;) { ret = stat(path, &buf); if (ret == -1 && errno == ENOENT) { - ret = poll(NULL, 0, 10); /* 10 ms delay */ + ret = poll(nullptr, 0, 10); /* 10 ms delay */ /* Should return 0 everytime */ if (ret) { if (ret < 0) {