Commit d6b0f0f1 by Ian Lance Taylor Committed by Ian Lance Taylor

* setproctitle.c (setproctitle): Use "GNU/Linux" in comment.

From-SVN: r180641
parent dec3d2a0
2011-10-28 Ian Lance Taylor <iant@google.com>
* setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
2011-10-26 Iain Sandoe <iains@gcc.gnu.org> 2011-10-26 Iain Sandoe <iains@gcc.gnu.org>
PR target/48108 PR target/48108
......
...@@ -41,8 +41,8 @@ void ...@@ -41,8 +41,8 @@ void
setproctitle (const char *name ATTRIBUTE_UNUSED, ...) setproctitle (const char *name ATTRIBUTE_UNUSED, ...)
{ {
#ifdef PR_SET_NAME #ifdef PR_SET_NAME
/* On Linux this sets the top visible "comm", but not necessarily /* On GNU/Linux this sets the top visible "comm", but not
the name visible in ps. */ necessarily the name visible in ps. */
prctl (PR_SET_NAME, name); prctl (PR_SET_NAME, name);
#endif #endif
} }
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