comparison src/os/unix/ngx_time.h @ 11:f323b4f74e4a

nginx-0.0.1-2002-09-12-18:42:29 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Sep 2002 14:42:29 +0000
parents 708f8bb772ec
children b288069a8696
comparison
equal deleted inserted replaced
10:4f3879d9b6f6 11:f323b4f74e4a
20 20
21 void ngx_localtime(ngx_tm_t *tm); 21 void ngx_localtime(ngx_tm_t *tm);
22 22
23 ngx_msec_t ngx_msec(void); 23 ngx_msec_t ngx_msec(void);
24 24
25 /* STUB */
26 #define ngx_time() time(NULL)
27
25 28
26 #endif /* _NGX_TIME_H_INCLUDED_ */ 29 #endif /* _NGX_TIME_H_INCLUDED_ */