You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/06/05 18:45:40 UTC

Re: cvs commit: apr/locks/win32 locks.c

On 5 Jun 2001 dreid@apache.org wrote:

>   --- apr.h.in	2001/05/10 18:09:26	1.80
>   +++ apr.h.in	2001/06/05 08:15:05	1.81
>   @@ -174,6 +174,8 @@
>    typedef  @off_t_value@           apr_off_t;
>    typedef  @socklen_t_value@       apr_socklen_t;
>
>   +typedef struct apr_lock_t        apr_lock_t;
>   +typedef struct apr_sms_t         apr_sms_t;
>
...
>
>    typedef enum {APR_READER, APR_WRITER} apr_readerwriter_e;
>   -
>   -typedef struct apr_lock_t           apr_lock_t;
...
>
>   -typedef struct apr_sms_t apr_sms_t;
>   -


Just out of curiousity, why was this necessary?

--Cliff