diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-06-25 15:30:37 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-06-25 16:59:34 +0200 |
commit | 35ab5b73507b011d1454c717c9308c8fedcdaee4 (patch) | |
tree | 186b93286f8406d64655715e0e4dbe35989d1bfd /Porting | |
parent | 06ab3c155013050b54920c009cdc2c564e86a6a3 (diff) | |
download | perl-35ab5b73507b011d1454c717c9308c8fedcdaee4.tar.gz |
Glossary for d_ptrdiff_t
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 3 |
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. |