1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <skalibs/socket.h> int ipc_bind_reuse (int s, char const *p) { int fdlock ; return ipc_bind_reuse_lock(s, p, &fdlock) ; }