toaruos/base/usr/include/sys/fswait.h

10 lines
229 B
C
Raw Normal View History

#pragma once
2018-10-12 05:15:40 +03:00
#include <_cheader.h>
_Begin_C_Header
extern int fswait(int count, int * fds);
extern int fswait2(int count, int * fds, int timeout);
extern int fswait3(int count, int * fds, int timeout, int * out);
2018-10-12 05:15:40 +03:00
_End_C_Header