Re: Nanosleep hangs

2011-03-02 Thread Zdeněk Materna
2011/3/2 Bernhard Reutner-Fischer : > "Zdeněk Materna" wrote: >> >> Hello, I'm new to embedded Linux developing and I would like to ask - is >> there any issue with nanosleep function? Clock_nanosleep is unimplemented in >> uClibc (right?) so I planed to use nanosleep instead of it. But it doesn't

Re: Nanosleep hangs

2011-03-02 Thread Bernd Schmidt
On 03/02/2011 07:05 PM, Bernhard Reutner-Fischer wrote: > clock_nanosleep was added just recently (to master). If you're referring to my patch, I've not committed that, as I noticed that librt now has a version of clock_nanosleep. Bernd ___ uClibc mai

Re: Nanosleep hangs

2011-03-02 Thread Bernhard Reutner-Fischer
"Zdeněk Materna" wrote: Hello, I'm new to embedded Linux developing and I would like to ask - is there any issue with nanosleep function? Clock_nanosleep is unimplemented in uClibc (right?) so I planed to use nanosleep instead of it. But it doesn't work for me - program hangs on it forever. Us

Nanosleep hangs

2011-02-24 Thread Zdeněk Materna
Hello, I'm new to embedded Linux developing and I would like to ask - is there any issue with nanosleep function? Clock_nanosleep is unimplemented in uClibc (right?) so I planed to use nanosleep instead of it. But it doesn't work for me - program hangs on it forever. Usleep works, but it's not goo