On 9/2/2011 12:33, Dongsheng Song wrote:
> On Fri, Sep 2, 2011 at 11:56, Dongsheng Song <dongsheng.s...@gmail.com> wrote:
>>
>> 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.
> 
> If these functions should go into mingw-w64-crt, I can send patches if
> it acceptable.
> 
> Sorry for the typo.
> 

Why not, the more code the merrier :)

You can post the codes here, we can consider appropriateness and other
tidbits later.


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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

Reply via email to