b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/os/unix/ngx_errno.c |
2 | +++ b/src/os/unix/ngx_errno.c | ||||
3 | @@ -8,6 +8,9 @@ | ||||
4 | #include <ngx_config.h> | ||||
5 | #include <ngx_core.h> | ||||
6 | |||||
7 | +#ifndef NGX_SYS_NERR | ||||
8 | +#define NGX_SYS_NERR 128 | ||||
9 | +#endif | ||||
10 | |||||
11 | /* | ||||
12 | * The strerror() messages are copied because: |