diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 23:22:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 23:22:42 +0000 |
commit | d6483fcc6b9636fb9ad881a6e0c80aace64f8f99 (patch) | |
tree | b646898b871af71b53e38d0abbe98185da059d61 /Porting/Glossary | |
parent | 23ba2776be77727c92aae8a457da21461a9125f3 (diff) | |
download | perl-d6483fcc6b9636fb9ad881a6e0c80aace64f8f99.tar.gz |
Add HAS_PTHREAD_ATFORK.
p4raw-id: //depot/perl@11334
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 3baf6e6b9b..db66cb917b 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1209,6 +1209,11 @@ d_PRIXU64 (quadfio.U): The 'U' in the name is to separate this from d_PRIx64 so that even case-blind systems can see the difference. +d_pthread_atfork (d_pthread_atfork.U): + This variable conditionally defines the HAS_PTHREAD_ATFORK symbol, + which indicates to the C program that the pthread_atfork() + routine is available. + d_pthread_yield (d_pthread_y.U): This variable conditionally defines the HAS_PTHREAD_YIELD symbol if the pthread_yield routine is available to yield |