summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-06-25 15:30:37 +0200
committerBrian Fraser <fraserbn@gmail.com>2014-06-25 16:59:34 +0200
commit35ab5b73507b011d1454c717c9308c8fedcdaee4 (patch)
tree186b93286f8406d64655715e0e4dbe35989d1bfd /Porting
parent06ab3c155013050b54920c009cdc2c564e86a6a3 (diff)
downloadperl-35ab5b73507b011d1454c717c9308c8fedcdaee4.tar.gz
Glossary for d_ptrdiff_t
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index c58fb5202f..5541c1392f 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1746,6 +1746,9 @@ d_pthread_yield (d_pthread_y.U):
symbol if the pthread_yield routine is available to yield
the execution of the current thread.
+d_ptrdiff_t (unknown.U):
+ This symbol will be defined if the C compiler supports ptrdiff_t.
+
d_pwage (i_pwd.U):
This variable conditionally defines PWAGE, which indicates
that struct passwd contains pw_age.