summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-09-10 08:36:13 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-09-10 08:36:13 +0200
commitd6f85a58fb1c9ba755fae72f750f2968c3a0cd7f (patch)
treea480a130d6898afd3e43585669f2ea7adfe53704 /Porting
parent7f3ab81353b15bbad4d5568250fc27c9f2a3eef5 (diff)
downloadperl-d6f85a58fb1c9ba755fae72f750f2968c3a0cd7f.tar.gz
regen after backport truncl probe
+ fix copy/paste miss in Glossary
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 2aa0d444d8..2e8542b080 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2451,8 +2451,9 @@ d_truncate (d_truncate.U):
d_truncl (d_truncl.U):
This variable conditionally defines the HAS_TRUNCL symbol, which
- indicates to the C program that the aintl() routine is available.
- If copysignl is also present we can emulate modfl.
+ indicates to the C program that the truncl() routine is available
+ to round long doubles towards zero. If copysignl is also present,
+ we can emulate modfl.
d_ttyname_r (d_ttyname_r.U):
This variable conditionally defines the HAS_TTYNAME_R symbol,