aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsocket.c')
-rwxr-xr-xsrc/wsocket.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wsocket.c b/src/wsocket.c
index 1da984c..20da330 100755
--- a/src/wsocket.c
+++ b/src/wsocket.c
@@ -12,10 +12,6 @@
12#include "socket.h" 12#include "socket.h"
13#include "pierror.h" 13#include "pierror.h"
14 14
15#ifndef _WIN32
16#pragma GCC visibility push(hidden)
17#endif
18
19/* WinSock doesn't have a strerror... */ 15/* WinSock doesn't have a strerror... */
20static const char *wstrerror(int err); 16static const char *wstrerror(int err);
21 17
@@ -436,7 +432,3 @@ const char *socket_gaistrerror(int err) {
436 default: return gai_strerror(err); 432 default: return gai_strerror(err);
437 } 433 }
438} 434}
439
440#ifndef _WIN32
441#pragma GCC visibility pop
442#endif