]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename shutdown() to test_shutdown() in timer_test.c
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Apr 2022 23:49:04 +0000 (01:49 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Apr 2022 00:17:47 +0000 (02:17 +0200)
commit5f27873d019ff9b249251ff713fc50fb8e378c80
treec4f86bc552651b3b9eb6dca442cf69505940a09d
parent91598373157d84a187a69d831d17e77666577377
Rename shutdown() to test_shutdown() in timer_test.c

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().
lib/isc/tests/timer_test.c