summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-16 15:46:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-16 15:46:05 +0000
commitef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1 (patch)
tree3f41ea20c03accc2c97bfb8338c7219352b71578 /Porting/Glossary
parentc758dd7785a50bb172f25f223528b35a0213e9c5 (diff)
downloadperl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary6
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