mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 11:30:50 +00:00
merge from gcc
This commit is contained in:
parent
66f11016e7
commit
eb2722c12c
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
PR target/48108
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user