From: Craig A. Berry <craigberry@mac.com>
Date: Wed, 14 Apr 2010 00:51:31 +0000 (-0500)
Subject: Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2245bcb6feb0767d75052b7ccde4f6345e3a5f79;p=p5sagit%2Fp5-mst-13.2.git

Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
---

diff --git a/Porting/Glossary b/Porting/Glossary
index b503e2b..57626e5 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1621,9 +1621,10 @@ d_prctl (d_prctl.U):
 	This variable conditionally defines the HAS_PRCTL symbol, which
 	indicates to the C program that the prctl() routine is available.
 
-d_prctl_set_name (d_prctl.U):
-	This variable conditionally defines the HAS_PRCTL symbol, which
-	indicates to the C program that the prctl() routine is available.
+d_prctl_set_name (d_prctl_set_name.U):
+	This variable conditionally defines the HAS_PRCTL_SET_NAME symbol, 
+	which indicates to the C program that the prctl() routine supports
+	the PR_SET_NAME option.
 
 d_PRId64 (quadfio.U):
 	This variable conditionally defines the PERL_PRId64 symbol, which