Update the copyright header of various files...
[deliverable/binutils-gdb.git] / libiberty / setproctitle.c
index 3b3f377b67b7e3d3a14bb371b8b96fbbae9030a8..6a2fe8ce3a5b6fffa5bd0bd68c73b12f92a6b681 100644 (file)
@@ -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
 }
This page took 0.041729 seconds and 4 git commands to generate.