mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
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.
This commit is contained in:
parent
a7f0c37c2b
commit
87f3c04cc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue