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

5 lines
110 B
C

#pragma once
extern int fswait(int count, int * fds);
extern int fswait2(int count, int * fds, int timeout);