You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/04/20 16:29:27 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/os2 maperrorcode.c

bjh         00/04/20 07:29:27

  Modified:    src/lib/apr/file_io/os2 maperrorcode.c
  Log:
  OS/2: Add a missing error code mapping
  
  Revision  Changes    Path
  1.8       +1 -0      apache-2.0/src/lib/apr/file_io/os2/maperrorcode.c
  
  Index: maperrorcode.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/os2/maperrorcode.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maperrorcode.c	2000/04/19 16:26:33	1.7
  +++ maperrorcode.c	2000/04/20 14:29:27	1.8
  @@ -77,6 +77,7 @@
       { ERROR_NEGATIVE_SEEK,        APR_ESPIPE       },
       { ERROR_NO_SIGNAL_SENT,       ESRCH            },
       { ERROR_NO_DATA,              APR_EAGAIN       },
  +    { SOCEINTR,                 EINTR           },
       { SOCEWOULDBLOCK,           EWOULDBLOCK     },
       { SOCEINPROGRESS,           EINPROGRESS     },
       { SOCEALREADY,              EALREADY        },