Skip to content

Commit 87f3c04

Browse files
committed
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.
1 parent a7f0c37 commit 87f3c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/threadnames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <util/threadnames.h>
1717

1818
#ifdef HAVE_SYS_PRCTL_H
19-
#include <sys/prctl.h> // For prctl, PR_SET_NAME, PR_GET_NAME
19+
#include <sys/prctl.h>
2020
#endif
2121

2222
//! Set the thread's name at the process level. Does not affect the

0 commit comments

Comments
 (0)