diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 15:46:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 15:46:05 +0000 |
commit | ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1 (patch) | |
tree | 3f41ea20c03accc2c97bfb8338c7219352b71578 /Porting/Glossary | |
parent | c758dd7785a50bb172f25f223528b35a0213e9c5 (diff) | |
download | perl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz |
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 6441fd8d7b..2233779fdb 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1251,6 +1251,12 @@ d_sanemcmp (d_sanemcmp.U): the memcpy() routine is available and can be used to compare relative magnitudes of chars with their high bits set. +d_sbrkproto (d_sbrkproto.U): + This variable conditionally defines the HAS_SBRK_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the sbrk() function. Otherwise, it is + up to the program to supply one. + d_sched_yield (d_pthread_y.U): This variable conditionally defines the HAS_SCHED_YIELD symbol if the sched_yield routine is available to yield |