aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/win32/win_efile.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/drivers/win32/win_efile.c')
-rw-r--r--erts/emulator/drivers/win32/win_efile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/emulator/drivers/win32/win_efile.c b/erts/emulator/drivers/win32/win_efile.c
index 7ab0e09072..a321bb9641 100644
--- a/erts/emulator/drivers/win32/win_efile.c
+++ b/erts/emulator/drivers/win32/win_efile.c
@@ -307,6 +307,7 @@ set_error(Efile_error* errInfo)
return 0;
}
+
static int
set_os_errno(Efile_error* errInfo, DWORD os_errno)
{
@@ -317,6 +318,10 @@ set_os_errno(Efile_error* errInfo, DWORD os_errno)
return 0;
}
+int
+efile_init() {
+ return 1;
+}
/*
* A writev with Unix semantics, but with Windows arguments