Re: [ITP] btop

2024-01-25 Thread Jon Turney via Cygwin-apps
On 24/01/2024 15:22, Takashi Yano via Cygwin-apps wrote: I'd like to propose a new package btop, which is a feature-rich resource monitor. btop is ready for many Linux distributions including Fedora. Thanks. +#ifdef __CYGWIN__ +#define _GNU_SOURCE 1 +#endif + I'd suggest adding -D_GNU_SO

Re: [ITP] btop

2024-01-25 Thread Takashi Yano via Cygwin-apps
On Thu, 25 Jan 2024 15:11:12 + Jon Turney wrote: > On 24/01/2024 15:22, Takashi Yano via Cygwin-apps wrote: > > +#ifdef __CYGWIN__ > > +#define _GNU_SOURCE 1 > > +#endif > > + > > I'd suggest adding -D_GNU_SOURCE=1 to CPPFLAGS, rather than patching > this in everywhere it's needed. > > (Sett