[email protected] wrote, On 02/07/07 22:45:

 > Author: adefacc
 > Date: 2007-07-02 22:45:51 +0200 (Mon, 02 Jul 2007)
 >
 > +    * cherokee/plugin_loader.c
 > +      - added MUTEX_LOCK protection to dlerror() calls;
 > +      - added a few missing cherokee_buffer_mrproper() calls.

   It's kind of weird; dlerror() seems to be thread safe.

------------------
NAME
      dlerror - get diagnostic information

SYNOPSIS
      #include <dlfcn.h>
      char *dlerror(void);

[..]
      ____________________________________________________________
     |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
     |_____________________________|_____________________________|
     | Interface Stability         | Standard                    |
     |_____________________________|_____________________________|
     | MT-Level                    | MT-Safe                     |
     |_____________________________|_____________________________|
------------------

   I do think that your patch was good anyway. :-)

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to