修訂 | eb2722c12c243bf6d1956691f3cc535c4ed3e342 (tree) |
---|---|
時間 | 2011-10-29 10:06:33 |
作者 | DJ Delorie <dj@redh...> |
Commiter | DJ Delorie |
merge from gcc
@@ -1,3 +1,7 @@ | ||
1 | +2011-10-28 Ian Lance Taylor <iant@google.com> | |
2 | + | |
3 | + * setproctitle.c (setproctitle): Use "GNU/Linux" in comment. | |
4 | + | |
1 | 5 | 2011-10-26 Iain Sandoe <iains@gcc.gnu.org> |
2 | 6 | |
3 | 7 | PR target/48108 |
@@ -41,8 +41,8 @@ void | ||
41 | 41 | setproctitle (const char *name ATTRIBUTE_UNUSED, ...) |
42 | 42 | { |
43 | 43 | #ifdef PR_SET_NAME |
44 | - /* On Linux this sets the top visible "comm", but not necessarily | |
45 | - the name visible in ps. */ | |
44 | + /* On GNU/Linux this sets the top visible "comm", but not | |
45 | + necessarily the name visible in ps. */ | |
46 | 46 | prctl (PR_SET_NAME, name); |
47 | 47 | #endif |
48 | 48 | } |