view src/proto/os_beos.pro @ 13741:ef2ae120f25c

Added tag v8.0.1742 for changeset f309afff6f25f1131eaff814c42c4abca505c9d0
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:00:07 +0200
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 : */