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
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