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.
pull/24740/head
fanquake 3 years ago
parent a7f0c37c2b
commit 87f3c04cc5
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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…
Cancel
Save