From 668fdbe135fd76c7a654bedba52770966925f562 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 31 Jul 2011 12:15:23 +0200 Subject: Add st_ino size/sign probes Work initiated by Tony Cook --- Porting/Glossary | 7 +++++++ Porting/config.sh | 2 ++ 2 files changed, 9 insertions(+) (limited to 'Porting') 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 diff --git a/Porting/config.sh b/Porting/config.sh index 4e3c8d3b13..99a909722f 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -999,6 +999,8 @@ stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)' stdio_filbuf='' stdio_ptr='((fp)->_IO_read_ptr)' stdio_stream_array='' +st_ino_sign='1' +st_ino_size='4' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -- cgit v1.2.1