diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-07-31 12:15:23 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-07-31 12:15:23 +0200 |
commit | 668fdbe135fd76c7a654bedba52770966925f562 (patch) | |
tree | ed78148bf4e27690111dec532f3168a6b745f1f0 /Porting/Glossary | |
parent | dd35fa16610ef2fa0d46f5129e626b99cf350d77 (diff) | |
download | perl-668fdbe135fd76c7a654bedba52770966925f562.tar.gz |
Add st_ino size/sign probes
Work initiated by Tony Cook
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 1826f818c6..9134dfa1b6 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4750,6 +4750,13 @@ ssizetype (ssizetype.U): of bytes or an error condition. It must be a signed type. We will pick a type such that sizeof(SSize_t) == sizeof(Size_t). +st_ino_sign (st_ino_def.U): + This variable contains the signedness of struct stat's st_ino. + 1 for unsigned, -1 for signed. + +st_ino_size (st_ino_def.U): + This variable contains the size of struct stat's st_ino in bytes. + startperl (startperl.U): This variable contains the string to put on the front of a perl script to make sure (hopefully) that it runs with perl and not some |