Re: [PATCH] proposal to remove unused macro ngx_sleep()

2014-08-08 Thread Maxim Dounin
Hello! On Thu, Aug 07, 2014 at 10:05:16AM -0400, crespin wrote: > Hello, > > ngx_sleep() macro is unused. > > regards, > > yves > > > # HG changeset patch > # User Yves Crespin > # Date 1407420247 -7200 > # Node ID 8120c2937062998497546a3ecb38b78bb302fe34 > # Parent 97fcc94109c0ea7b929f7fa5

[PATCH] proposal to remove unused macro ngx_sleep()

2014-08-07 Thread crespin
Hello, ngx_sleep() macro is unused. regards, yves # HG changeset patch # User Yves Crespin # Date 1407420247 -7200 # Node ID 8120c2937062998497546a3ecb38b78bb302fe34 # Parent 97fcc94109c0ea7b929f7fa5a8c7ee95ecf7cb5c remove unused ngx_sleep() macro In win32 implementation, even for a long sle

[PATCH] proposal to remove unused macro ngx_sleep()

2014-06-19 Thread crespin
Hello, ngx_sleep() is newer used ... and I guess it will newer used. ./os/unix/ngx_time.h:#define ngx_sleep(s) (void) sleep(s) Regards, yves Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251044,251044#msg-251044 ___ nginx mailin