Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_sys_fcntl
Function
ff_sys_fcntl
adapter/syscall/ff_socket_ops.c:276–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
static int
277
ff_sys_fcntl(struct ff_fcntl_args *args)
278
{
279
return ff_fcntl(args->fd, args->cmd, args->data);
280
}
281
282
static int
283
ff_sys_epoll_create(struct ff_epoll_create_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_fcntl
Function · 0.85
Tested by
no test coverage detected