Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 24586 invoked by uid 1121); 14 Dec 2000 10:28:32 -0000 Date: 14 Dec 2000 10:28:32 -0000 Message-ID: <20001214102832.24582.qmail@locus.apache.org> From: trawick@locus.apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_errno.h trawick 00/12/14 02:28:32 Modified: include apr_errno.h Log: Describe APR_OS_START_CANONERR. Revision Changes Path 1.49 +2 -0 apr/include/apr_errno.h Index: apr_errno.h =================================================================== RCS file: /home/cvs/apr/include/apr_errno.h,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- apr_errno.h 2000/12/05 22:08:27 1.48 +++ apr_errno.h 2000/12/14 10:28:31 1.49 @@ -87,6 +87,8 @@ * APR_OS_START_STATUS is where the APR specific status codes should start. * APR_OS_START_USEERR are reserved for applications that use APR that * layer their own error codes along with APR's. + * APR_OS_START_CANONERR is where APR versions of errno values are defined + * on systems which don't have the corresponding errno. * APR_OS_START_SYSERR should be used for system error values on * each platform. */