> Date: Tue, 31 Dec 2024 12:04:00 -0500 > Cc: chet.ra...@case.edu, Tom Tromey <t...@tromey.com> > From: Chet Ramey <chet.ra...@case.edu> > > > https://lists.gnu.org/archive/html/bug-readline/2024-11/msg00007.html > > > > However, that solution doesn't work with mingw.org's MinGW (it doesn't > > support __USE_MINGW_ALARM), so I still need a trivial implementation > > for 'alarm' to compile input.c. > > Readline-8.3-beta provides that stub implementation of alarm(3).
Is that implementation in the Readline's Git repository? If so, can you tell on which branch can I find it? Because I don't think I see it on master, or maybe I'm missing something. Thanks.