Commit 21445837 authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

include: add setproctitle.h

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Acked-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c5d238ef
#ifndef __CR_SETPROCTITLE_H__
#define __CR_SETPROCTITLE_H__
#ifdef CONFIG_HAS_LIBBSD
#include <bsd/unistd.h>
#else
#define setproctitle_init(argc, argv, envp)
#define setproctitle(fmt, ...)
#endif
#endif /* __CR_SETPROCTITLE_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment