Skip to content

Rename shutdown() to test_shutdown() in timer_test.c

Ondřej Surý requested to merge ondrej-dont-use-shutdown-function-name into main

The shutdown() is part of standard library (POSIX-1), don't use such name in the timer_test.c, but rather rename it to test_shutdown().

Backported to 9.16 as part of !6079 (merged)

Edited by Michał Kępień

Merge request reports