On Thu, Sep 1, 2011 at 19:08, niXman <i.nix...@gmail.com> wrote:
> Hi all!
> Any ideas about the nanosleep() function?
> Maybe it shoul be implemented into mingw-w64-crt ?
>
>
Same for me.
My project clock_* too, I must implement myself:
int nanosleep(const struct timespec *request, struct timespec *remain);
int clock_getres(clockid_t clock_id, struct timespec *res);
int clock_gettime(clockid_t clock_id, struct timespec *tp);
int clock_settime(clockid_t clock_id, const struct timespec *tp);
int clock_nanosleep(clockid_t clock_id, int flags,
const struct timespec *request,
struct timespec *remain);
Is these functions should go into mingw-w64-crt, I can send patches is it
acceptable.
--
Dongsheng
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public