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.  
    */
  
  
  

Reply via email to