Latest update - 7327, Version bump

This commit is contained in:
2018-07-26 12:43:16 +09:00
parent c39ab11f1e
commit 925341b8ec
8 changed files with 101 additions and 9 deletions
+2 -2
View File
@@ -47,12 +47,12 @@ typedef uint32_t ngx_tid_t;
#elif (NGX_DARWIN)
typedef uint64_t ngx_tid_t;
#define NGX_TID_T_FMT "%uA"
#define NGX_TID_T_FMT "%uL"
#else
typedef uint64_t ngx_tid_t;
#define NGX_TID_T_FMT "%uA"
#define NGX_TID_T_FMT "%uL"
#endif