gen_socket
gen_socket copied to clipboard
Results
6
gen_socket issues
Sort by
recently updated
recently updated
newest added
@RoadRunnr Seems, like it is not portable for Darwin, FreeBSD, (Solaris) and is really Linux only: ``` c_src/gen_socket_nif.c:452:5: warning: implicit declaration of function 'setns' is invalid in C99 [-Wimplicit-function-declaration] setns(nsfd,...
It has been tested against OTP-24 and OTP-26, and in both cases it fixes the compilation error. * https://www.erlang.org/news/140: "erl_interface: Removed the deprecated parts of erl_interface (erl_interface.h and essentially all...