aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/maperrorcode.c
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>1999-11-01 11:11:40 +0000
committerBrian Havard <bjh@apache.org>1999-11-01 11:11:40 +0000
commit48982c1abf5af95bf4a7910e6d46dfdfd7a8bb55 (patch)
tree162449459f067c559da8df01ccd2b80693fcbfab /file_io/os2/maperrorcode.c
parentebdcaf1f1e9a3d32ed0aea86867f64bb60498399 (diff)
downloadapr-48982c1abf5af95bf4a7910e6d46dfdfd7a8bb55.tar.gz
apr-48982c1abf5af95bf4a7910e6d46dfdfd7a8bb55.zip
OS/2: Error map shouldn't be a public symbol.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/maperrorcode.c')
-rw-r--r--file_io/os2/maperrorcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/os2/maperrorcode.c b/file_io/os2/maperrorcode.c
index 810ff7eb4..62ba66c90 100644
--- a/file_io/os2/maperrorcode.c
+++ b/file_io/os2/maperrorcode.c
@@ -62,7 +62,7 @@
#include "../../network_io/os2/os2calls.h"
-int errormap[][2] = {
+static int errormap[][2] = {
{ NO_ERROR, APR_SUCCESS },
{ ERROR_FILE_NOT_FOUND, APR_ENOENT },
{ ERROR_PATH_NOT_FOUND, APR_ENOENT },