aboutsummaryrefslogtreecommitdiffstats
path: root/posix/gawkmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r--posix/gawkmisc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c
index 90a41e4e..c90123d2 100644
--- a/posix/gawkmisc.c
+++ b/posix/gawkmisc.c
@@ -285,6 +285,13 @@ files_are_same(char *path, SRCFILE *src)
&& st.st_ino == src->sbuf.st_ino);
}
+#ifdef HAVE_SOCKETS
+void
+init_sockets(void)
+{
+}
+#endif
+
#ifdef __CYGWIN__
void
cygwin_premain0(int argc, char **argv, struct per_process *myself)