fix select

git-svn-id: file:///raid/svn-personal/tewi/trunk@102 8739d7e6-ffea-ec47-b151-bdff447c6205
This commit is contained in:
Nishi 2024-09-19 14:45:57 +00:00
parent cfb7b567f6
commit 1f375d8191

View File

@ -828,6 +828,7 @@ void tw_server_loop(void) {
}
}
#elif defined(__HAIKU__)
int j;
for(j = 0; j < sizeof(threads) / sizeof(threads[0]); j++) {
if(threads[j].used) {
thread_info info;