Bram Moolenaar | 84e80b5 | 2013-03-07 13:32:36 +0100 | [diff] [blame] | 1 | /* os_beos.c */ |
Bram Moolenaar | ef26954 | 2016-01-19 13:22:12 +0100 | [diff] [blame] | 2 | void beos_cleanup_read_thread(void); |
3 | int beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout); | ||||
Bram Moolenaar | 84e80b5 | 2013-03-07 13:32:36 +0100 | [diff] [blame] | 4 | /* vim: set ft=c : */ |