view src/proto/os_beos.pro @ 8711:0579053e5409

Added tag v7.4.1644 for changeset af3cb5c068fdc6ce3997878be124cf7885a3a853
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Mar 2016 21:30:06 +0100
parents 21b0a39d13ed
children
line wrap: on
line source

/* os_beos.c */
void beos_cleanup_read_thread(void);
int beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout);
/* vim: set ft=c : */