From e20df6ee53d7eda6193e67b556f6d34aa208d3dd Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 21 Oct 2025 23:59:18 +0900 Subject: 53992: check for declaration of fpurge() instead of link-ability musl-libc has fpurge() but does not declare it in stdio.h. zsh does not need fpurge() if musl is in use. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5015026b3..725d3f30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-10-21 Jun-ichi Takimoto + + * Mike Gilbert: 53992: Src/utils.c, configure.ac: check for + declaration of fpurge() instead of its link-ability (as a + workaround of the problem of musl-libc) + 2025-10-02 Oliver Kiddle * 53985: Completion/Unix/Command/_git: update to 2.51 -- cgit v1.2.3-70-g09d2