https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118010

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>:

https://gcc.gnu.org/g:d0acb7b2b26d4f821968043eafd286a1a3a37ca3

commit r15-7205-gd0acb7b2b26d4f821968043eafd286a1a3a37ca3
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Sat Jan 25 02:28:13 2025 +0000

    PR modula2/118010 m2 libc lseek procedure interface correction

    This patch corrects a typo in the definition of lseek in libc.
    The second offset parameter should have been declared as COFF_T.
    No errors are seen when bootstrapping using -Werror=odr
    -Werror=lto-type-mismatch.

    gcc/m2/ChangeLog:

            PR modula2/118010
            * gm2-compiler/P2SymBuild.mod (Debug): Comment out unused
            procedure.
            * gm2-libs/libc.def (lseek): Declare second parameter offset
            as COFF_T.

    Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>

Reply via email to