mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
use setproctitle("%s", title)
This commit is contained in:
parent
89601c0f10
commit
1bc750da2f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
/* FreeBSD, NetBSD, OpenBSD */
|
||||
|
||||
#define ngx_init_setproctitle(log)
|
||||
#define ngx_setproctitle setproctitle
|
||||
#define ngx_setproctitle(title) setproctitle("%s", title)
|
||||
|
||||
|
||||
#else /* !NGX_HAVE_SETPROCTITLE */
|
||||
|
|
|
|||
Loading…
Reference in a new issue