From eb2722c12c243bf6d1956691f3cc535c4ed3e342 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 29 Oct 2011 01:06:33 +0000 Subject: merge from gcc --- libiberty/setproctitle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiberty/setproctitle.c') diff --git a/libiberty/setproctitle.c b/libiberty/setproctitle.c index 3b3f377..6a2fe8c 100644 --- a/libiberty/setproctitle.c +++ b/libiberty/setproctitle.c @@ -41,8 +41,8 @@ void setproctitle (const char *name ATTRIBUTE_UNUSED, ...) { #ifdef PR_SET_NAME - /* On Linux this sets the top visible "comm", but not necessarily - the name visible in ps. */ + /* On GNU/Linux this sets the top visible "comm", but not + necessarily the name visible in ps. */ prctl (PR_SET_NAME, name); #endif } -- cgit v1.1