You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2001/08/31 08:48:09 UTC

cvs commit: apr/include/arch/os2 threadproc.h

bjh         01/08/30 23:48:09

  Modified:    include/arch/os2 threadproc.h
  Log:
  OS/2: Fix thread return value passing.
  
  Revision  Changes    Path
  1.11      +1 -1      apr/include/arch/os2/threadproc.h
  
  Index: threadproc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/os2/threadproc.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- threadproc.h	2001/07/24 05:16:32	1.10
  +++ threadproc.h	2001/08/31 06:48:09	1.11
  @@ -74,7 +74,7 @@
       unsigned long tid;
       apr_thread_start_t func;
       void *data;
  -    void *rv;
  +    apr_status_t rv;
   };
   
   struct apr_threadkey_t {