test_server.c: error: static declaration of ‘yield’ follows non-static declaration
main
fails to build on Solaris 11.4:
test_server.c:205:1: error: static declaration of ‘yield’ follows non-static declaration
yield(void) {
^~~~~
Reason being likely the same as in #2568 (closed).