summaryrefslogtreecommitdiff
path: root/pr/src/md/os2/os2_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/os2/os2_errors.c')
-rw-r--r--pr/src/md/os2/os2_errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/src/md/os2/os2_errors.c b/pr/src/md/os2/os2_errors.c
index 7c270c4d..1d29bf20 100644
--- a/pr/src/md/os2/os2_errors.c
+++ b/pr/src/md/os2/os2_errors.c
@@ -875,6 +875,7 @@ void _MD_os2_map_shutdown_error(PRInt32 err)
}
}
+#ifndef XP_OS2_VACPP
void _MD_os2_map_socketpair_error(PRInt32 err)
{
switch (err) {
@@ -898,6 +899,7 @@ void _MD_os2_map_socketpair_error(PRInt32 err)
return;
}
}
+#endif
void _MD_os2_map_getsockname_error(PRInt32 err)
{