From 87f3c04cc539c34d32af5fd59abef2c0b5faee26 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 1 Apr 2022 14:48:47 +0100 Subject: [PATCH] doc: remove incorrect mention of PR_GET_NAME By removing the whole comment. These #include // For comments are near impossible to maintain, pollute diffs, and generally don't add a lot of value. --- src/util/threadnames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp index 764fffabd7..817c2b6d67 100644 --- a/src/util/threadnames.cpp +++ b/src/util/threadnames.cpp @@ -16,7 +16,7 @@ #include #ifdef HAVE_SYS_PRCTL_H -#include // For prctl, PR_SET_NAME, PR_GET_NAME +#include #endif //! Set the thread's name at the process level. Does not affect the