missing fn stub
This commit is contained in:
@@ -372,6 +372,11 @@ fn HumanTime osHumanTimeFromMicroseconds(u64 micros) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn void osBarrierWait(Barrier barrier) {
|
||||||
|
assert(false && "Not Implemented yet");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// poll() shim using select() on windows
|
// poll() shim using select() on windows
|
||||||
int poll(struct pollfd *fds, nfds_t nfds, int timeout) {
|
int poll(struct pollfd *fds, nfds_t nfds, int timeout) {
|
||||||
assert(nfds <= FD_SETSIZE);
|
assert(nfds <= FD_SETSIZE);
|
||||||
|
|||||||
Reference in New Issue
Block a user