• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂eb2722c12c243bf6d1956691f3cc535c4ed3e342 (tree)
時間2011-10-29 10:06:33
作者DJ Delorie <dj@redh...>
CommiterDJ Delorie

Log Message

merge from gcc

Change Summary

差異

--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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+
15 2011-10-26 Iain Sandoe <iains@gcc.gnu.org>
26
37 PR target/48108
--- a/libiberty/setproctitle.c
+++ b/libiberty/setproctitle.c
@@ -41,8 +41,8 @@ void
4141 setproctitle (const char *name ATTRIBUTE_UNUSED, ...)
4242 {
4343 #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. */
4646 prctl (PR_SET_NAME, name);
4747 #endif
4848 }