Latest update - 9200

This commit is contained in:
2023-12-26 10:40:26 +09:00
parent e4eab7b437
commit 6823db169c
4 changed files with 15 additions and 10 deletions
+5 -1
View File
@@ -280,7 +280,11 @@ typedef int sig_atomic_t;
#define NGX_HAVE_GETADDRINFO 1
#define ngx_random rand
#define ngx_random() \
((long) (0x7fffffff & ( ((uint32_t) rand() << 16) \
^ ((uint32_t) rand() << 8) \
^ ((uint32_t) rand()) )))
#define ngx_debug_init()