This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
authorCraig A. Berry <craigberry@mac.com>
Wed, 14 Apr 2010 00:51:31 +0000 (19:51 -0500)
committerCraig A. Berry <craigberry@mac.com>
Wed, 14 Apr 2010 03:10:33 +0000 (22:10 -0500)
Porting/Glossary

index b503e2b..57626e5 100644 (file)
@@ -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