Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 6 Sep 2014 13:44:29 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH 2/9] additions to src/time and some implied minor
 changes here and there

On Mon, Sep 01, 2014 at 12:46:05AM +0200, Jens Gustedt wrote:
> This refactors clock_gettime and adds two functions, thrd_sleep and
> timespec_get.

I'm committing just timespec_get and the time.h changes as the first
commit. These are independent of threads (but needed to use the full
C11 threads API). I've put the header and implementation changes
together in one commit so that there's not a revision that has one but
not the other (in which case it would be a possibly-mildly-broken
revision). I also found that struct timespec needs to be exposed even
without POSIX (since it's now in C11), so I fixed that too.

Rich

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.