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 compatibility. - These changes were not included in my previous patch.
Applied, thanks.