Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 19 Mar 2021 13:25:53 +0200
From: Paulius Zaleckas <paulius.zaleckas@...il.com>
To: musl@...ts.openwall.com
Subject: select() does not return remaining timeout

Linux select syscall returns remaining timeout in tv pointer, but
since musl uses local variable for syscall it does not update tv for
caller.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.