HomeFreeBSD

- Remove extra integer argument from truncate() and ftruncate(). This is

Description

  • Remove extra integer argument from truncate() and ftruncate(). This is probably fallout from the removal of the extra padding argument before off_t in 7. However, that padding still exists for 32-bit powerpc, so use QUAD_ALIGN.
  • Fix QUAD_ALIGN to be zero for powerpc64. It should only be set to 1 for 32-bit platforms that add padding to align 64-bit arguments.

Details

Provenance
jhbAuthored on
Parents
rS288453: MFC 283624,283630:
Branches
Unknown
Tags
Unknown