aboutsummaryrefslogtreecommitdiffstats
path: root/vms/gawkmisc.vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms/gawkmisc.vms')
-rw-r--r--vms/gawkmisc.vms5
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms
index 08c8fb5e..cbc59cd7 100644
--- a/vms/gawkmisc.vms
+++ b/vms/gawkmisc.vms
@@ -220,3 +220,8 @@ os_isatty(int fd)
{
return (isatty(fd) > 0);
}
+
+void
+init_sockets(void)
+{
+}