You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
237 B
12 lines
237 B
--- a/src/os/unix/ngx_errno.c
|
|
+++ b/src/os/unix/ngx_errno.c
|
|
@@ -8,6 +8,9 @@
|
|
#include <ngx_config.h>
|
|
#include <ngx_core.h>
|
|
|
|
+#ifndef NGX_SYS_NERR
|
|
+#define NGX_SYS_NERR 128
|
|
+#endif
|
|
|
|
/*
|
|
* The strerror() messages are copied because:
|
|
|