mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01: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>
|
#include <util/threadnames.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_PRCTL_H
|
#ifdef HAVE_SYS_PRCTL_H
|
||||||
#include <sys/prctl.h> // For prctl, PR_SET_NAME, PR_GET_NAME
|
#include <sys/prctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! Set the thread's name at the process level. Does not affect the
|
//! Set the thread's name at the process level. Does not affect the
|
||||||
|
|
Loading…
Add table
Reference in a new issue