All

The disposition for bug report 1817 was incorrect. Enclosed are that section of 
the corrected minutes (the full document is in the document register)

regards
Andrew
__________

Minutes of the 9th May 2024 Teleconference    Austin-1404 Page 1 of 1
Submitted by Andrew Josey, The Open Group.         10th May 2024

{snip}

Bug 1817: lseek(2) - "size of a file" undefined Accepted as Marked
https://austingroupbugs.net/view.php?id=1817

This item is marked for TC1-2024

On page 965 line 32823 section fstatat(), change:
    The value of the st_size member shall be set to the length of
    the pathname contained in the symbolic link
to:
    The value of the st_size member shall be set to the length of
    the contents of the symbolic link

On page 1292 line 43059 section lseek(), change:
    the file offset shall be set to the size of the file plus offset.
to:
    the file offset shall be set to the size of the file (as would
    be returned in st_size by the fstat() function) plus offset;
    except that for block special files, it is unspecified whether
    the offset is relative to the start of the file or to the
    corresponding device's capacity in bytes.



On page 1293 line 43104 section lseek(), add fstat() to SEE ALSO. 

{snip}


--------
Andrew Josey                    The Open Group
Austin Group Chair          
Email: [email protected] 
Apex Plaza, Forbury Road,Reading,Berks.RG1 1AX,England

To learn how we maintain your privacy, please review The Open Group Privacy 
Statement at http://www.opengroup.org/privacy.
To unsubscribe/opt-out from this mailing list login to The Open Group 
collaboration portal at
https://collaboration.opengroup.org/operational/portal.php?action=unsub&listid=2481





Reply via email to