summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-10-16 15:51:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-10-16 15:51:30 +0000
commit5e167f883a9d7d8155336d9f184a6a1cc90829e5 (patch)
tree595ed31293d575c1fb4e9361ff415d419dbd5c6f /include/apr_errno.h
parentbb6b1aed1a1cf8cdcff988ad0f1d26c2a5a62c4a (diff)
downloadlibapr-5e167f883a9d7d8155336d9f184a6a1cc90829e5.tar.gz
Thanks to Brad for cleaning up the only few occurances of this symbol
in the Netware MPM, it can now be eliminated (never was portably provided.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_errno.h')
-rw-r--r--include/apr_errno.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index ac61450cf..ccbf19566 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -1112,8 +1112,6 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
*/
#define APR_FROM_OS_ERROR(e) (e)
#define APR_TO_OS_ERROR(e) (e)
-/* Platform specific, should be deprecated */
-#define APR_TO_NETOS_ERROR(e) (e-APR_OS_START_SYSERR)
#define apr_get_os_error() (errno)
#define apr_set_os_error(e) (errno = (e))