diff options
author | fanquake <fanquake@gmail.com> | 2022-04-01 14:48:47 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-01 14:48:47 +0100 |
commit | 87f3c04cc539c34d32af5fd59abef2c0b5faee26 (patch) | |
tree | 0b96c2fc8169c5463ebc1c581aa6c3d1c4f30f68 /src/util | |
parent | a7f0c37c2baea0e8b1da3cc24e7c2a9963745a0c (diff) |
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.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/threadnames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <util/threadnames.h> #ifdef HAVE_SYS_PRCTL_H -#include <sys/prctl.h> // For prctl, PR_SET_NAME, PR_GET_NAME +#include <sys/prctl.h> #endif //! Set the thread's name at the process level. Does not affect the |