Re: [PATCH] Cygwin: Fix compatibility with GCC 15

2025-04-03 Thread Jon Turney
On 02/04/2025 08:57, Thirumalai Nagalingam wrote: Hello, Please find my patch attached for review. Summary of Changes: - GCC 15 defaults to `-std=gnu23`, causing build failures in `test suite` due to outdated C function declarations. - This patch updates sbrk01.c and symlink01.c for GCC 15

Re: [PATCH] Cygwin: Fix compatibility with GCC 15

2025-03-28 Thread Jon Turney
On 27/03/2025 12:41, Thirumalai Nagalingam wrote: Hello, Please find my patch attached for review. Summary of Changes: - GCC 15 defaults to `-std=gnu23`, causing build failures in `testsuite` due to outdated C function declarations. This patch updates the function declarations to align w