blob: c5371012629741175d8400804105c8ffbfa03b77 (
plain)
1
2
3
4
|
/* os_beos.c */
void beos_cleanup_read_thread __ARGS((void));
int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout));
/* vim: set ft=c : */
|