fix select

git-svn-id: file:///raid/svn-personal/tewi/trunk@99 8739d7e6-ffea-ec47-b151-bdff447c6205
This commit is contained in:
Nishi 2024-09-19 14:34:28 +00:00
parent a3d596ad45
commit 3706e02d8e

View File

@ -835,6 +835,7 @@ void tw_server_loop(void) {
}
#elif defined(__HAIKU__)
thread_id thr = spawn_thread(tw_server_pass, "Tewi HTTPd", 60, e);
resume_thread(thr);
#else
pid_t pid = fork();
if(pid == 0) {