bjh         01/02/23 01:09:47

  Modified:    include  apr_thread_proc.h
  Log:
  apr_setup_signal_thread() & apr_create_signal_thread() aren't implemented on
  OS/2 (or needed AFAIK) so keep them out of exports list.
  
  Revision  Changes    Path
  1.56      +1 -1      apr/include/apr_thread_proc.h
  
  Index: apr_thread_proc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- apr_thread_proc.h 2001/02/21 13:21:46     1.55
  +++ apr_thread_proc.h 2001/02/23 09:09:46     1.56
  @@ -584,7 +584,7 @@
   APR_DECLARE(void) apr_pool_note_subprocess(apr_pool_t *a, apr_proc_t *pid,
                                         enum kill_conditions how);
   
  -#if APR_HAS_THREADS
  +#if APR_HAS_THREADS && !defined(OS2)
   /**
    * Setup the process for a single thread to be used for all signal handling.
    * @warn This must be called before any threads are created
  
  
  

Reply via email to