Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
net
/
nginx
/
patches
/
103-sys_nerr.patch
blob: 5f5d106fed1f9eb1a42bdd3933309ac5d16a57bd [
file
] [
log
] [
blame
]
---
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: