summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2021-10-29 19:42:38 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2021-10-29 19:42:38 +0200
commit30194bf8f48620eb3926ac41c00a2bc3520c1376 (patch)
tree21b66b8962761fecbbf5e6424f0284e9384f40d0 /Porting
parent76829f42d6278f3b9862e88fcecb11eeaf70c3c1 (diff)
downloadperl-30194bf8f48620eb3926ac41c00a2bc3520c1376.tar.gz
Regen Configure and friends after backports
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary7
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index d836c0a1cb..2dcb565190 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -5314,6 +5314,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_dev_sign (st_dev_def.U):
+ This variable contains the signedness of struct stat's st_dev.
+ 1 for unsigned, -1 for signed.
+
+st_dev_size (st_dev_def.U):
+ This variable contains the size of struct stat's st_dev in bytes.
+
st_ino_sign (st_ino_def.U):
This variable contains the signedness of struct stat's st_ino.
1 for unsigned, -1 for signed.