mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
merge r3286:
use setproctitle("%s", title)
This commit is contained in:
parent
30a57a1262
commit
848cc35a65
@ -13,7 +13,7 @@
|
|||||||
/* FreeBSD, NetBSD, OpenBSD */
|
/* FreeBSD, NetBSD, OpenBSD */
|
||||||
|
|
||||||
#define ngx_init_setproctitle(log)
|
#define ngx_init_setproctitle(log)
|
||||||
#define ngx_setproctitle setproctitle
|
#define ngx_setproctitle(title) setproctitle("%s", title)
|
||||||
|
|
||||||
|
|
||||||
#else /* !NGX_HAVE_SETPROCTITLE */
|
#else /* !NGX_HAVE_SETPROCTITLE */
|
||||||
|
Loading…
Reference in New Issue
Block a user