fix endless loop bug on freebsd

master
Felix von Leitner 2012-03-19 02:38:52 +00:00
parent d3b996c7ce
commit bc5fa9c946
1 changed files with 0 additions and 1 deletions

View File

@ -15,6 +15,5 @@ void io_eagain(int64 d) {
alt_firstwrite=e->next_write;
}
#endif
e->next_read=-1;
}
}