mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
increase Linux osrelease string lentgh
This commit is contained in:
parent
1980cc13f1
commit
c9c0358546
@ -13,7 +13,7 @@ static ngx_int_t ngx_linux_procfs(char *name, char *buf, size_t len,
|
|||||||
|
|
||||||
|
|
||||||
char ngx_linux_kern_ostype[50];
|
char ngx_linux_kern_ostype[50];
|
||||||
char ngx_linux_kern_osrelease[20];
|
char ngx_linux_kern_osrelease[50];
|
||||||
|
|
||||||
int ngx_linux_rtsig_max;
|
int ngx_linux_rtsig_max;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user