You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/11/03 09:52:07 UTC

Re: cvs commit: apache-2.0/src/lib/apr/time/win32 time.c

I couldn't figure out aprlib.def. Somebody may want to add this bugger.

Cheers,
-g

On Fri, Nov 03, 2000 at 08:49:01AM -0000, gstein@locus.apache.org wrote:
> gstein      00/11/03 00:49:01
> 
>   Modified:    src/lib/apr/time/win32 time.c
>   Log:
>   add missing function
>   
>   Submitted by: Branko Cibej <br...@xbc.nu>
>   Reviewed by: Greg Stein
>   
>   Revision  Changes    Path
>   1.14      +4 -0      apache-2.0/src/lib/apr/time/win32/time.c
>   
>   Index: time.c
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/lib/apr/time/win32/time.c,v
>   retrieving revision 1.13
>   retrieving revision 1.14
>   diff -u -r1.13 -r1.14
>   --- time.c	2000/08/06 06:07:33	1.13
>   +++ time.c	2000/11/03 08:49:00	1.14
>   @@ -230,3 +230,7 @@
>        return APR_SUCCESS;
>    }
>    
>   +void apr_sleep(apr_interval_time_t t)
>   +{
>   +    Sleep(t/1000);
>   +}
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/