On 2017-07-24 13:09:18 +0200, Olaf Hering wrote:
> On Sat, Jul 22, Brendan Cully wrote:
> 
> > changeset: 7111:908bea74acef
> > changeset: 7112:4a1390537a29
> 
> > +int raw_socket_poll (CONNECTION* conn, time_t wait_secs)
> 
> > +    clock_gettime (CLOCK_MONOTONIC, &pre_t);
> 
> Depending on what the target audience of mutt is, this call to
> clock_gettime needs "-lrt" according to the man page:
> 
> "Link with -lrt (only for glibc versions before 2.17)"

And shouldn't gettimeofday be replaced by this method in curs_lib.c
for consistency?

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to