* ci notify:
Dear contributor,
Our automatic CI has detected problems related to your patch(es). Please find some details below.
In glibc_build master-aarch64, after: | commit glibc-2.41.9000-417-gf3c82fc1b4 | Author: Radko Krkos krkos@mail.muni.cz | Date: Sat Jun 14 11:07:40 2025 +0200 | | io: Mark lockf() __wur [BZ #32800] | | In commit 0476597b28 flock() was marked __wur in posix/unistd.h, but not | in io/fcntl.h, the declarations must match. | | ... 1 lines of the commit log omitted.
This does not happen with the upstream GCC 13 toolchain, it seems to be caused by the fortify default in Ubuntu. I can reproduce it when running configure with --enable-fortify-source=3.
I'll post a fix.
Thanks, Florian