MCPcopy 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
276static int
277ff_sys_fcntl(struct ff_fcntl_args *args)
278{
279 return ff_fcntl(args->fd, args->cmd, args->data);
280}
281
282static int
283ff_sys_epoll_create(struct ff_epoll_create_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_fcntlFunction · 0.85

Tested by

no test coverage detected