| 164 | } |
| 165 | |
| 166 | static int |
| 167 | ff_sys_getsockopt(struct ff_getsockopt_args *args) |
| 168 | { |
| 169 | return ff_getsockopt(args->fd, args->level, args->name, |
| 170 | args->optval, args->optlen); |
| 171 | } |
| 172 | |
| 173 | static int |
| 174 | ff_sys_setsockopt(struct ff_setsockopt_args *args) |
no test coverage detected