Seems good.
This commit is contained in:
parent
1812d6ce15
commit
596602f2ca
3 changed files with 10 additions and 7 deletions
|
@ -347,5 +347,7 @@ const char *sock_strerror(void) {
|
|||
}
|
||||
|
||||
const char *sock_geterr(p_sock ps, int code) {
|
||||
(void) ps;
|
||||
(void) code;
|
||||
return sock_strerror();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue