summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-04-13 19:51:31 -0500
committerCraig A. Berry <craigberry@mac.com>2010-04-13 22:10:33 -0500
commit2245bcb6feb0767d75052b7ccde4f6345e3a5f79 (patch)
tree29b169648f93993c9ff3eac764ffac2e47b20b62 /Porting/Glossary
parent664b43951970bc09e0a4aff7d8e6ce0f08fe8a02 (diff)
downloadperl-2245bcb6feb0767d75052b7ccde4f6345e3a5f79.tar.gz
Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary7
1 files changed, 4 insertions, 3 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index b503e2bc89..57626e55c2 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