MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_linux_select

Function ff_linux_select

adapter/syscall/ff_linux_syscall.c:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257int
258ff_linux_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
259 struct timeval *timeout)
260{
261 DEBUG_LOG("ff_linux_select\n");
262 SYSCALL(select, (nfds, readfds, writefds, exceptfds, timeout));
263}

Callers 1

ff_hook_selectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected