Searched refs:stub_accept4 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Dsocketstubs.c47 static int stub_accept4(int fd, struct sockaddr* restrict addr, socklen_t* restrict len, int flags) { function
51 weak_alias(stub_accept4, accept4);

Completed in 19 milliseconds