comparison src/os/unix/ngx_time.h @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents e8cdc2989cee
children 7db96f59bc29
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
22 void ngx_localtime(ngx_tm_t *tm); 22 void ngx_localtime(ngx_tm_t *tm);
23 23
24 ngx_msec_t ngx_msec(void); 24 ngx_msec_t ngx_msec(void);
25 25
26 /* STUB */ 26 /* STUB */
27 #define ngx_time() time(NULL) 27 #define ngx_time() time(NULL)
28 28
29 29
30 #endif /* _NGX_TIME_H_INCLUDED_ */ 30 #endif /* _NGX_TIME_H_INCLUDED_ */