comparison src/os/unix/ngx_time.h @ 315:39b6f2df45c0

nginx-0.0.3-2004-04-14-21:44:28 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 17:44:28 +0000
parents 87e73f067470
children ba876b26b76d
comparison
equal deleted inserted replaced
314:d71c87d11b16 315:39b6f2df45c0
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 7
8 8
9 typedef uint64_t ngx_epoch_msec_t; 9 typedef uint64_t ngx_epoch_msec_t;
10 10
11 typedef u_int ngx_msec_t; 11 typedef ngx_int_t ngx_msec_t;
12 #define NGX_MAX_MSEC (ngx_msec_t) -1 12 #define NGX_MAX_MSEC (ngx_msec_t) -1
13 13
14 typedef struct tm ngx_tm_t; 14 typedef struct tm ngx_tm_t;
15 15
16 #define ngx_tm_sec tm_sec 16 #define ngx_tm_sec tm_sec